Moved to beginReceiving to player

This commit is contained in:
Rasmus Krämer 2022-03-22 15:38:54 +01:00
parent d8d02984fd
commit d0b7a958aa

View file

@ -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
}