Skip to content

Commit

Permalink
Update AppDelegate.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Jul 24, 2024
1 parent d00f9a1 commit 48bf1be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import Flutter
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
if #available(iOS 10.0, *) {
UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
}
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}

0 comments on commit 48bf1be

Please sign in to comment.