mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltStore] Checks for updates in background
This commit is contained in:
@@ -311,7 +311,7 @@ private extension AppManager
|
||||
context.group.results[context.appIdentifier] = .success(installedApp)
|
||||
|
||||
// Save after each installation.
|
||||
installedApp.managedObjectContext?.perform {
|
||||
installedApp.managedObjectContext?.performAndWait {
|
||||
do { try installedApp.managedObjectContext?.save() }
|
||||
catch { print("Error saving installed app.", error) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user