Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow _UIPopupViewController to present itself in middleware scenario…
…s. (#1832) A recent fix/change to UIViewController (75effb9) regressed one of our middleware scenarios. UIViewController now makes sure that one is presenting over a currently-visible ViewController. However, in middleware scenarios, that won't hold true, so we must loosen the check in such cases. Fixes #1831.
- Loading branch information