mod: 分区页面滑动改为控制外层切换

This commit is contained in:
orz12
2024-05-24 11:33:30 +08:00
parent 596755d899
commit 6c18310fa3

View File

@@ -118,6 +118,7 @@ class _RankPageState extends State<RankPage>
}),
Expanded(
child: TabBarView(
physics: const NeverScrollableScrollPhysics(),
controller: _rankController.tabController,
children: _rankController.tabsPageList,
),