mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 13:33:28 +01:00 
			
		
		
		
	Switch back to parallelized BG task (#963) + better logging
This commit is contained in:
		| @@ -292,7 +292,7 @@ class _AppPageState extends State<AppPage> { | ||||
|         if (source?.enforceTrackOnly == true) { | ||||
|           app.app.additionalSettings['trackOnly'] = true; | ||||
|           // ignore: use_build_context_synchronously | ||||
|           showError(tr('appsFromSourceAreTrackOnly'), context); | ||||
|           showMessage(tr('appsFromSourceAreTrackOnly'), context); | ||||
|         } | ||||
|         if (app.app.additionalSettings['versionDetection'] == | ||||
|             'releaseDateAsVersion') { | ||||
| @@ -343,7 +343,7 @@ class _AppPageState extends State<AppPage> { | ||||
|                   ); | ||||
|                   if (app?.app.installedVersion != null && !trackOnly) { | ||||
|                     // ignore: use_build_context_synchronously | ||||
|                     showError(tr('appsUpdated'), context); | ||||
|                     showMessage(tr('appsUpdated'), context); | ||||
|                   } | ||||
|                   if (res.isNotEmpty && mounted) { | ||||
|                     Navigator.of(context).pop(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user