Skip to content

Commit

Permalink
fixed notification handler override mauron85#696
Browse files Browse the repository at this point in the history
  • Loading branch information
CoooWeee committed Jun 23, 2021
1 parent ed28882 commit 26610b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/CDVBackgroundGeolocation/CDVBackgroundGeolocation.m
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,6 @@ - (void) onHttpAuthorization {
*/
-(void) onFinishLaunching:(NSNotification *)notification
{
if (@available(iOS 10, *)) {
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];
center.delegate = self;
}

NSDictionary *dict = [notification userInfo];

MAURConfig *config = [facade getConfig];
Expand Down

0 comments on commit 26610b2

Please sign in to comment.