mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
fix: dyn: temp ban
Closes #829 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user