Bugfix: Pull to refresh not working with few apps (#1680)

This commit is contained in:
Imran Remtulla
2024-06-28 18:51:02 -04:00
parent 06cbe74c6c
commit 9b0d672553

View File

@@ -1105,6 +1105,7 @@ class AppsPageState extends State<AppsPage> {
interactive: true,
controller: scrollController,
child: CustomScrollView(
physics: const AlwaysScrollableScrollPhysics(),
controller: scrollController,
slivers: <Widget>[
CustomAppBar(title: tr('appsString')),