mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 09:06:36 +08:00
opt: common ctr
opt: state Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -47,9 +47,9 @@ class FollowController extends GetxController with GetTickerProviderStateMixin {
|
||||
length: tabs.length,
|
||||
vsync: this,
|
||||
);
|
||||
followState.value = LoadingState.success(tabs.hashCode);
|
||||
followState.value = Success(tabs.hashCode);
|
||||
} else {
|
||||
followState.value = LoadingState.error(res['msg']);
|
||||
followState.value = Error(res['msg']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user