mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-04 07:13:28 +01: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