[ios][notifications] Add another missing completionHandler call

This commit is contained in:
Chris Bianca 2018-04-13 13:21:09 +01:00
parent 67d70b9fb7
commit f7b1b5bc79
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }