fix: dyn: temp ban

Closes #829

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-08 12:01:10 +08:00
parent b28882cff5
commit 222070feba
5 changed files with 49 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ class DynamicsController extends GetxController
RxInt mid = (-1).obs;
Rx<UpItem> upInfo = UpItem().obs;
late TabController tabController;
RxList<int> tempBannedList = <int>[].obs;
Set<int> tempBannedList = <int>{};
late List<Widget> tabsPageList;
RxInt initialValue = 0.obs;
RxBool isLogin = false.obs;