opt gesture

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-24 16:17:09 +08:00
parent bd158619a4
commit 68872f7b14
3 changed files with 25 additions and 16 deletions

View File

@@ -134,7 +134,7 @@ class _LaterPageState extends State<LaterPage>
},
),
Expanded(
child: TabBarView(
child: TabBarView<CustomHorizontalDragGestureRecognizer>(
physics: enableMultiSelect
? const NeverScrollableScrollPhysics()
: const CustomTabBarViewScrollPhysics(),