mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-30 21:13:28 +01:00 
			
		
		
		
	Fixed APK picker + UX tweak
This commit is contained in:
		| @@ -50,8 +50,10 @@ class _AppPageState extends State<AppPage> { | ||||
|                                         appsProvider | ||||
|                                             .downloadAndInstallLatestApp( | ||||
|                                                 [app!.app.id], | ||||
|                                                 context).then((_) { | ||||
|                                           Navigator.of(context).pop(); | ||||
|                                                 context).then((res) { | ||||
|                                           if (res) { | ||||
|                                             Navigator.of(context).pop(); | ||||
|                                           } | ||||
|                                         }); | ||||
|                                       } | ||||
|                                     : null, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user