Hides app updates that don’t support device’s OS version

This commit is contained in:
Riley Testut
2022-11-16 14:11:11 -06:00
committed by Magesh K
parent f82743af98
commit 9f38601102
5 changed files with 32 additions and 16 deletions

View File

@@ -416,9 +416,9 @@ extension AppManager
{
completionHandler(.success((fetchedSources, managedObjectContext)))
}
NotificationCenter.default.post(name: AppManager.didFetchSourceNotification, object: self)
}
NotificationCenter.default.post(name: AppManager.didFetchSourceNotification, object: self)
}
self.run(operations, context: nil)