File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -906,11 +906,11 @@ - (void)userNotificationCenter:(UNUserNotificationCenter *)notificationCenter
906906#endif
907907 ::firebase::messaging::g_message_notification_opened = true ;
908908 ::firebase::messaging::NotifyApplicationAndServiceOfMessage (userInfo);
909- id <UNUserNotificationCenterDelegate > user_delegate = ::firebase::messaging::g_user_delegate;
910- [user_delegate userNotificationCenter: notificationCenter
911- didReceiveNotificationResponse: response
912- withCompletionHandler: completionHandler];
913909 }
910+ id <UNUserNotificationCenterDelegate > user_delegate = ::firebase::messaging::g_user_delegate;
911+ [user_delegate userNotificationCenter: notificationCenter
912+ didReceiveNotificationResponse: response
913+ withCompletionHandler: completionHandler];
914914}
915915#endif // FIREBASE_PLATFORM_IOS
916916
You can’t perform that action at this time.
0 commit comments