From d0b7a958aaa7bfa1c8acb6619f96f27b902256da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Kr=C3=A4mer?= Date: Tue, 22 Mar 2022 15:38:54 +0100 Subject: [PATCH] Moved to beginReceiving to player --- ios/App/App/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/App/App/AppDelegate.swift b/ios/App/App/AppDelegate.swift index c85fb2c2..447182a3 100644 --- a/ios/App/App/AppDelegate.swift +++ b/ios/App/App/AppDelegate.swift @@ -7,7 +7,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { - // UIApplication.shared.beginReceivingRemoteControlEvents() // Override point for customization after application launch. return true }