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 PopoverPresentationController for action sheet #22312

Merged
merged 4 commits into from
May 9, 2024
Merged

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented May 9, 2024

Description of Change

Use the topmost UIViewController when presenting an action sheet. This was already accomplished for DisplayAlert and using ActionSheets on iPhones but it also needed to be applied to iPads

Issues Fixed

Fixes #21934

@PureWeen PureWeen requested a review from a team as a code owner May 9, 2024 09:20
@dotnet-policy-service dotnet-policy-service bot added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 9, 2024
@mattleibow mattleibow merged commit d88bb77 into main May 9, 2024
49 checks passed
@mattleibow mattleibow deleted the fix_21934 branch May 9, 2024 17:01
@mattleibow mattleibow mentioned this pull request May 9, 2024
6 tasks
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Action Sheet is displayed behind the popup page
4 participants