mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 00:03:27 +01:00
Uses URL schemes to determine whether apps are installed
This commit is contained in:
@@ -28,6 +28,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
else
|
||||
{
|
||||
print("Started DatabaseManager")
|
||||
|
||||
AppManager.shared.refresh()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,6 +48,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
func applicationWillEnterForeground(_ application: UIApplication)
|
||||
{
|
||||
AppManager.shared.refresh()
|
||||
ServerManager.shared.startDiscovering()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user