Tweak use of attemptToCorrectInstallStatus

This commit is contained in:
Imran Remtulla
2023-04-30 02:28:14 -04:00
parent 8b123acdcd
commit 08586870fb
2 changed files with 2 additions and 3 deletions

View File

@@ -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));