From 6c18310fa38e066637b6fb90621ca93f86075de1 Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 24 May 2024 11:33:30 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=88=86=E5=8C=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=BB=91=E5=8A=A8=E6=94=B9=E4=B8=BA=E6=8E=A7=E5=88=B6=E5=A4=96?= =?UTF-8?q?=E5=B1=82=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/rank/view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/rank/view.dart b/lib/pages/rank/view.dart index 350e0922..4dc1ef34 100644 --- a/lib/pages/rank/view.dart +++ b/lib/pages/rank/view.dart @@ -118,6 +118,7 @@ class _RankPageState extends State }), Expanded( child: TabBarView( + physics: const NeverScrollableScrollPhysics(), controller: _rankController.tabController, children: _rankController.tabsPageList, ),