mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
long messages
This commit is contained in:
parent
cb970224f8
commit
61e1588a97
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public abstract class UIUtil {
|
||||||
public static void showMessageText(final Activity activity, final String text) {
|
public static void showMessageText(final Activity activity, final String text) {
|
||||||
activity.runOnUiThread(new Runnable() {
|
activity.runOnUiThread(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
Toast.makeText(activity, text, Toast.LENGTH_SHORT).show();
|
Toast.makeText(activity, text, Toast.LENGTH_LONG).show();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue