Go pack a few seconds when resuming after a long time

This commit is contained in:
Rasmus Krämer 2022-03-22 15:38:31 +01:00
parent 37b5554b39
commit d8d02984fd
3 changed files with 57 additions and 19 deletions

View file

@ -7,7 +7,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
UIApplication.shared.beginReceivingRemoteControlEvents()
// UIApplication.shared.beginReceivingRemoteControlEvents()
// Override point for customization after application launch.
return true
}