Update toast

pull/69/head
FongMi 3 years ago
parent 8090ef23e4
commit cbd9f797eb
  1. 2
      app/src/main/java/com/github/catvod/spider/Init.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -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…
Cancel
Save