mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Hides app updates that don’t support device’s OS version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user