Skip to content

Commit a9857fa

Browse files
committed
Remove Unused Method
• Removes didReceiveNotification() from the AppDelegate of the demo project since it's no longer used
1 parent 0ac151e commit a9857fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/RNOneSignal/ios/RNOneSignal/AppDelegate.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,4 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3939
return YES;
4040
}
4141

42-
// Required for the notification event.
43-
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)notification {
44-
[RCTOneSignal didReceiveRemoteNotification:notification];
45-
}
46-
4742
@end

0 commit comments

Comments
 (0)