-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix background access to UIKit in RCTAlertManager (#42684)
Summary: Pull Request resolved: #42684 This addressed threading issue like this: ``` Attempting to set an overrideUserInterfaceStyle from a background thread. Modifying a view controller from a background thread is not supported ``` Changelog: [iOS][Fixed] Fixed potential threading issues accessing UIKit from background in RCTAlertManager Reviewed By: philIip Differential Revision: D52999194 fbshipit-source-id: 8ce8a89ef932ca9b75cb93d3c9f102a6b0494580
- Loading branch information
1 parent
751eae9
commit 8c4979e
Showing
1 changed file
with
94 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters