Page MenuHomePhabricator

D4576.diff
No OneTemporary

D4576.diff

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,7 +180,9 @@
removeDeliveredNotificationsWithIdentifiers:identifiers];
}
}
- completionHandler(UIBackgroundFetchResultNewData);
+ dispatch_async(dispatch_get_main_queue(), ^{
+ completionHandler(UIBackgroundFetchResultNewData);
+ });
}];
return YES;
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 11, 12:23 AM (19 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2857471
Default Alt Text
D4576.diff (509 B)

Event Timeline