Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minimize/restore crash (facebook#46023)
Summary: Pull Request resolved: facebook#46023 Minimizing and restoring a Mac Catalyst app causes an `interfaceOrientationDidChange` which causes a downstream crash on `application.delegate.window`. There doesn't seem to be a clean way to get if an app is fullscreen in Mac Catalyst, so just no-oping for now. Changelog: [Internal] Reviewed By: shwanton Differential Revision: D61253706 fbshipit-source-id: 73d260366adcc74e88f43f256cc5aff8a6e3ef71
- Loading branch information