Update toast
This commit is contained in:
parent
808550e6bc
commit
e47e4604b0
|
|
@ -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.
|
|
@ -1 +1 @@
|
||||||
0bd95d382d96859388f2c8fb406a03bb
|
3972c08cf395106d2d7d58cf1076b5e0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;0bd95d382d96859388f2c8fb406a03bb",
|
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;3972c08cf395106d2d7d58cf1076b5e0",
|
||||||
"sites": [
|
"sites": [
|
||||||
{
|
{
|
||||||
"key": "AList",
|
"key": "AList",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;0bd95d382d96859388f2c8fb406a03bb",
|
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;3972c08cf395106d2d7d58cf1076b5e0",
|
||||||
"sites": [
|
"sites": [
|
||||||
{
|
{
|
||||||
"key": "AList",
|
"key": "AList",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue