Update toast
This commit is contained in:
parent
8090ef23e4
commit
cbd9f797eb
|
|
@ -45,7 +45,7 @@ public class Init {
|
|||
}
|
||||
|
||||
public static void show(String msg) {
|
||||
get().handler.post(() -> Toast.makeText(context(), msg, Toast.LENGTH_SHORT).show());
|
||||
get().handler.post(() -> Toast.makeText(context(), msg, Toast.LENGTH_LONG).show());
|
||||
}
|
||||
|
||||
public static Activity getActivity() {
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
0bd95d382d96859388f2c8fb406a03bb
|
||||
3972c08cf395106d2d7d58cf1076b5e0
|
||||
|
|
|
|||
Loading…
Reference in New Issue