mod: refresh live data

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-05 18:00:50 +08:00
parent 562f9035e8
commit e7b229a60f
7 changed files with 14 additions and 10 deletions

View File

@@ -85,7 +85,9 @@ class LoginUtils {
} catch (_) {}
try {
Get.find<LiveController>().isLogin.value = true;
Get.find<LiveController>()
..isLogin.value = true
..onRefresh();
} catch (_) {}
try {
@@ -150,7 +152,9 @@ class LoginUtils {
} catch (_) {}
try {
Get.find<LiveController>().isLogin.value = false;
Get.find<LiveController>()
..isLogin.value = false
..onRefresh();
} catch (_) {}
for (int i = 0; i < tabsConfig.length; i++) {