opt: reply ctr

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-20 16:23:30 +08:00
parent adab32744e
commit 71da661ce8
10 changed files with 22 additions and 27 deletions

View File

@@ -12,7 +12,6 @@ class BangumiController extends CommonController {
BangumiController({required this.tabType});
final TabType tabType;
bool isLoadingMore = true;
RxBool isLogin = false.obs;
int? mid;
dynamic userInfo;