Merge pull request #7070 from BlueWallet/depr

DEL: Remove deprecated delegate call
This commit is contained in:
GLaDOS 2024-09-15 20:54:58 +00:00 committed by GitHub
commit 8abfab5cbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -253,12 +253,7 @@
{
[RNCPushNotificationIOS didRegisterForRemoteNotificationsWithDeviceToken:deviceToken];
}
// Required for the notification event. You must call the completion handler after handling the remote notification.
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
{
[RNCPushNotificationIOS didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler];
}
// Required for the registrationError event.
- (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error
{