-
Notifications
You must be signed in to change notification settings - Fork 35
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
[iOS] Null Reference exception #119
Comments
Hi, if you can find a reproductible failure case, I would be happy to complete my PR #122. |
I know there is an open issue on maui for that, with a fix from someone. But the maui team does not care and it looks like that won't be fixed in any version 8 release. does your fix work well @MarcAlx, and did you publish a nuget ? |
That did not fix it for me. |
On iOS, occassionally I get the following error log:
The current view controller can not be detected. System.NullReferenceException void BottomSheetManager.PlatformShow(Window window, BottomSheet sheet,
I suspect it is due to line 25 in BottomSheetManager:
The text was updated successfully, but these errors were encountered: