mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Bugfix: Pull to refresh not working with few apps (#1680)
This commit is contained in:
@@ -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')),
|
||||
|
Reference in New Issue
Block a user