[ios][notifications] Add another missing completionHandler call
This commit is contained in:
parent
67d70b9fb7
commit
f7b1b5bc79
|
@ -120,6 +120,7 @@ RCT_EXPORT_MODULE();
|
|||
// - foreground notifications also go through willPresentNotification
|
||||
// - background notification presses also go through didReceiveNotificationResponse
|
||||
// This prevents duplicate messages from hitting the JS app
|
||||
completionHandler(UIBackgroundFetchResultNoData);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue