[AltStore] Update AltStore itself from UpdatesViewController

This commit is contained in:
Riley Testut
2019-06-17 16:31:10 -07:00
parent d65cef8817
commit 205fb3d7e9
7 changed files with 151 additions and 36 deletions

View File

@@ -30,7 +30,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
{
print("Started DatabaseManager")
AppManager.shared.update()
DispatchQueue.main.async {
AppManager.shared.update()
}
}
}