diff --git a/native/ios/Comm/AppDelegate.mm b/native/ios/Comm/AppDelegate.mm --- a/native/ios/Comm/AppDelegate.mm +++ b/native/ios/Comm/AppDelegate.mm @@ -180,8 +180,8 @@ removeDeliveredNotificationsWithIdentifiers:identifiers]; } } - completionHandler(UIBackgroundFetchResultNewData); }]; + completionHandler(UIBackgroundFetchResultNewData); return YES; } return NO;