-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
NavigationBar properties not updating - fix #23076
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Azure Pipelines successfully started running 3 pipeline(s). |
Looks like tests might be failing? Do we need to update the snapshots here? |
Should work now, but we still need to grap snapshots once they are be generated |
Azure Pipelines successfully started running 3 pipeline(s). |
@jfversluis snapshots are ready |
Azure Pipelines successfully started running 3 pipeline(s). |
I think this is causing a crash, precisely at NavigationPageToolbar.cs:line 210. This happens when inside the OnAppearing method I try to set where page is a FlyoutPage. This doesn't crash in the previous version of MAUI |
I have the exact same issue, as referenced in #25114 |
Issues Fixed
Fixes #22899
Fixes #23195
Fixes #11790