mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-16 19:58:09 +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,
|
interactive: true,
|
||||||
controller: scrollController,
|
controller: scrollController,
|
||||||
child: CustomScrollView(
|
child: CustomScrollView(
|
||||||
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
controller: scrollController,
|
controller: scrollController,
|
||||||
slivers: <Widget>[
|
slivers: <Widget>[
|
||||||
CustomAppBar(title: tr('appsString')),
|
CustomAppBar(title: tr('appsString')),
|
||||||
|
Reference in New Issue
Block a user