diff --git a/firka/lib/ui/phone/screens/home/home_screen.dart b/firka/lib/ui/phone/screens/home/home_screen.dart index f1057fc..fa0651e 100644 --- a/firka/lib/ui/phone/screens/home/home_screen.dart +++ b/firka/lib/ui/phone/screens/home/home_screen.dart @@ -405,6 +405,7 @@ class _HomeScreenState extends State { backgroundColor: appStyle.colors.background, offset: 24, ), + physics: ClampingScrollPhysics(), child: PopScope( canPop: canPop, child: Scaffold(