From 9b0d6725535b46aa5d92e29a79ab8d2256e39891 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Fri, 28 Jun 2024 18:51:02 -0400 Subject: [PATCH] Bugfix: Pull to refresh not working with few apps (#1680) --- lib/pages/apps.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/apps.dart b/lib/pages/apps.dart index 23ffb1c..fb901ff 100644 --- a/lib/pages/apps.dart +++ b/lib/pages/apps.dart @@ -1105,6 +1105,7 @@ class AppsPageState extends State { interactive: true, controller: scrollController, child: CustomScrollView( + physics: const AlwaysScrollableScrollPhysics(), controller: scrollController, slivers: [ CustomAppBar(title: tr('appsString')),