mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: failed to search history
This commit is contained in:
@@ -56,7 +56,7 @@ class MemberControllerNew extends CommonController
|
||||
tabs = tab2!.map((item) => Tab(text: item.title ?? '')).toList();
|
||||
tabController = TabController(
|
||||
vsync: this,
|
||||
length: response.response.tab2.length,
|
||||
length: tab2!.length,
|
||||
initialIndex: initialIndex == -1 ? 0 : initialIndex,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user