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 }