mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 分区页面滑动改为控制外层切换
This commit is contained in:
@@ -118,6 +118,7 @@ class _RankPageState extends State<RankPage>
|
|||||||
}),
|
}),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: TabBarView(
|
child: TabBarView(
|
||||||
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
controller: _rankController.tabController,
|
controller: _rankController.tabController,
|
||||||
children: _rankController.tabsPageList,
|
children: _rankController.tabsPageList,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user