[AltStore] Refresh all apps from My Apps tab

This commit is contained in:
Riley Testut
2019-06-06 12:56:13 -07:00
parent 2947b5c992
commit 1725868296
5 changed files with 119 additions and 13 deletions

View File

@@ -77,7 +77,7 @@ extension AppDelegate
ServerManager.shared.startDiscovering()
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
AppManager.shared.refreshAllApps() { (result) in
AppManager.shared.refreshAllApps(presentingViewController: nil) { (result) in
ServerManager.shared.stopDiscovering()
let content = UNMutableNotificationContent()