Skip to content

Commit

Permalink
Do not call handlePushOpened in didFinishLaunchingWithOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 committed Aug 31, 2022
1 parent 9a5eaba commit 419e501
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/ExponeaRNAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ @implementation ExponeaRNAppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
if (launchOptions && [launchOptions valueForKey:UIApplicationLaunchOptionsRemoteNotificationKey]) {
[Exponea handlePushNotificationOpenedWithUserInfo:[launchOptions valueForKey:UIApplicationLaunchOptionsRemoteNotificationKey]];
}
[UNUserNotificationCenter currentNotificationCenter].delegate = self;
return YES;
}
Expand Down

0 comments on commit 419e501

Please sign in to comment.