Update toast

This commit is contained in:
FongMi 2022-10-31 21:31:24 +08:00
parent 8090ef23e4
commit cbd9f797eb
3 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ public class Init {
} }
public static void show(String msg) { 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() { public static Activity getActivity() {

Binary file not shown.

View File

@ -1 +1 @@
0bd95d382d96859388f2c8fb406a03bb 3972c08cf395106d2d7d58cf1076b5e0