File tree 1 file changed +4
-4
lines changed
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
906
906
#endif
907
907
::firebase::messaging::g_message_notification_opened = true ;
908
908
::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];
913
909
}
910
+ id <UNUserNotificationCenterDelegate > user_delegate = ::firebase::messaging::g_user_delegate;
911
+ [user_delegate userNotificationCenter: notificationCenter
912
+ didReceiveNotificationResponse: response
913
+ withCompletionHandler: completionHandler];
914
914
}
915
915
#endif // FIREBASE_PLATFORM_IOS
916
916
You can’t perform that action at this time.
0 commit comments