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: fix crash when showing alerts on iPad #25

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

noxwell
Copy link

@noxwell noxwell commented Apr 16, 2024

The modalPresentationStyle of a UIAlertController is UIModalPresentationPopover on iPad. It requires to provide a sourceView and sourceRect, otherwise it crashes with NSGenericException.

The modalPresentationStyle of a UIAlertController is UIModalPresentationPopover
on iPad. It requires to provide a sourceView and sourceRect, otherwise it
crashes with NSGenericException.
@SoCuul
Copy link
Owner

SoCuul commented Apr 18, 2024

LGTM, thanks!

@SoCuul SoCuul merged commit 4bdf5af into SoCuul:main Apr 18, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants