mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 01:03:27 +01:00
[AltStore] Refresh all apps from My Apps tab
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user