1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

long messages

This commit is contained in:
Nikolay Pultsin 2014-03-19 08:15:10 +02:00
parent cb970224f8
commit 61e1588a97

View file

@ -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();
}
});
}