mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: logout
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -176,7 +176,7 @@ class LoginUtils {
|
|||||||
try {
|
try {
|
||||||
Get.find<LiveController>()
|
Get.find<LiveController>()
|
||||||
..isLogin.value = false
|
..isLogin.value = false
|
||||||
..loadingState.value = LoadingState.loading();
|
..followListState.value = LoadingState.loading();
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
|
|
||||||
for (int i = 0; i < tabsConfig.length; i++) {
|
for (int i = 0; i < tabsConfig.length; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user