Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3755528
D4576.id14666.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
509 B
Referenced Files
None
Subscribers
None
D4576.id14666.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 4:58 AM (18 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2857471
Default Alt Text
D4576.id14666.diff (509 B)
Attached To
Mode
D4576: use dispatch on main queue
Attached
Detach File
Event Timeline
Log In to Comment