[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
|
// - foreground notifications also go through willPresentNotification
|
||||||
// - background notification presses also go through didReceiveNotificationResponse
|
// - background notification presses also go through didReceiveNotificationResponse
|
||||||
// This prevents duplicate messages from hitting the JS app
|
// This prevents duplicate messages from hitting the JS app
|
||||||
|
completionHandler(UIBackgroundFetchResultNoData);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue