Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix retrieving current appearance in multi-window apps (#42231)
Summary: This PR resolves issues with retrieving appearance in multi-window apps by calling `RCTKeyWindow()` instead of retrieving the AppDelegate window property. It also does small optimization in the RCTAlertController. ## Changelog: [IOS] [FIXED] - Fix retrieving current appearance in multi-window apps Pull Request resolved: #42231 Test Plan: CI Green, it should work the same as before Reviewed By: NickGerleman Differential Revision: D52802756 Pulled By: cipolleschi fbshipit-source-id: 60b5f7045f41be19caae5102f0dc321d4ecdcd2f
- Loading branch information