Skip to content

Commit 4ad1c8d

Browse files
committed
fix: ios build error
Signed-off-by: OctagonalStar <[email protected]>
1 parent e58f15f commit 4ad1c8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ios/Runner/AppDelegate.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import UIKit
77
_ application: UIApplication,
88
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
99
) -> Bool {
10-
if #available(iOS 10.0, *) {
11-
UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
12-
}
1310
GeneratedPluginRegistrant.register(with: self)
1411
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
1512
}

0 commit comments

Comments
 (0)