File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1978,7 +1978,7 @@ + (void)handleNotificationOpened:(NSDictionary*)messageDict
19781978 onesignal_Log (ONE_S_LL_VERBOSE, [NSString stringWithFormat: @" handleNotificationOpened called! isActive: %@ notificationId: %@ " ,
19791979 isActive ? @" YES" : @" NO" , messageId]);
19801980
1981- if ([OneSignal shouldSuppressURL ]) {
1981+ if (! [OneSignal shouldSuppressURL ]) {
19821982 // Try to fetch the open url to launch
19831983 [OneSignal launchWebURL: notification.launchURL];
19841984 }
Original file line number Diff line number Diff line change 2929 <key >UILaunchStoryboardName </key >
3030 <string >LaunchScreen </string >
3131 <key >OneSignal_suppress_launch_urls </key >
32- <false />
32+ <true />
3333 <key >UIRequiredDeviceCapabilities </key >
3434 <array >
3535 <string >armv7 </string >
You can’t perform that action at this time.
0 commit comments