-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Bug] Dismissing iOS Modal Form Page causes NRE #2948
Comments
@drasticactions can you share the repro project for this issue. |
@drasticactions Could you share the repro project for this issue, thanks? |
Hi @drasticactions. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
You can repro this on the modal page of the Control.Sample app |
Still repro's for a FlyoutPage (but not regular page or navigation page) on main. |
* #2948 changed RootViewController , in case of FlyoutPage view.Window was null * - add Tests * - fix tests * - fix android tests * Update ModalNavigationManager.Android.cs Co-authored-by: Shane Neuville <[email protected]>
MAUI build 6.0.101-preview.10.1858
Crash.mp4
If you use the iOS Form Modal Page and dismiss it, you get an NRE.
The text was updated successfully, but these errors were encountered: