mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Tweak use of attemptToCorrectInstallStatus
This commit is contained in:
		| @@ -206,8 +206,7 @@ class SettingsProvider with ChangeNotifier { | ||||
|           .map((e) => e as App) | ||||
|           .toList(); | ||||
|       if (changedApps.isNotEmpty) { | ||||
|         appsProvider.saveApps(changedApps, | ||||
|             attemptToCorrectInstallStatus: false); | ||||
|         appsProvider.saveApps(changedApps); | ||||
|       } | ||||
|     } | ||||
|     prefs?.setString('categories', jsonEncode(cats)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user