1
0
forked from firka/firka

fix: add ClampingScrollPhysics to home screen scroll view

This commit is contained in:
2025-08-31 13:17:32 +02:00
committed by Armand
parent 8319251606
commit f2614b2cf7

View File

@@ -405,6 +405,7 @@ class _HomeScreenState extends State<HomeScreen> {
backgroundColor: appStyle.colors.background,
offset: 24,
),
physics: ClampingScrollPhysics(),
child: PopScope(
canPop: canPop,
child: Scaffold(