mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +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) {
|
||||
activity.runOnUiThread(new Runnable() {
|
||||
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