Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Alert not showing in an app using UIScene #34562

Closed
wants to merge 1 commit into from

Commits on Sep 6, 2022

  1. Fix Alert not showing in an app using UIScene

    Summary
    
    In an app using `UIScene`, `Alert` no longer pops up because the window
    that gets created are not attached to a scene.
    
    Changelog
    
    [iOS] [Fixed] - Fix `Alert` not showing in an app using `UIScene`
    
    Test Plan
    
    Use the test plan in #29295. This should not regress that fix.
    tido64 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d52f7ff View commit details
    Browse the repository at this point in the history