Skip to content

Commit

Permalink
Merge branch 'remove-uilocalnotification-code' of https://github.com/…
Browse files Browse the repository at this point in the history
…MaikuB/flutter_local_notifications into remove-uilocalnotification-code
  • Loading branch information
MaikuB committed Oct 22, 2024
2 parents 9583f51 + aa11e46 commit 6593af9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ - (void)requestPermissionsImpl:(bool)soundPermission
}

- (void)checkPermissions:(NSDictionary *_Nonnull)arguments
result:(FlutterResult _Nonnull)result API_AVAILABLE(ios(10.0)) {
result:(FlutterResult _Nonnull)result
API_AVAILABLE(ios(10.0)) {
UNUserNotificationCenter *center =
[UNUserNotificationCenter currentNotificationCenter];

Expand Down Expand Up @@ -548,7 +549,8 @@ - (void)zonedSchedule:(NSDictionary *_Nonnull)arguments
}

- (void)periodicallyShow:(NSDictionary *_Nonnull)arguments
result:(FlutterResult _Nonnull)result API_AVAILABLE(ios(10.0)) {
result:(FlutterResult _Nonnull)result
API_AVAILABLE(ios(10.0)) {
UNMutableNotificationContent *content =
[self buildStandardNotificationContent:arguments result:result];
UNTimeIntervalNotificationTrigger *trigger =
Expand Down

0 comments on commit 6593af9

Please sign in to comment.