refa: live page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-05 17:03:49 +08:00
parent 7689fe8aa4
commit 562f9035e8
31 changed files with 1334 additions and 461 deletions

View File

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