-
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
Cross TabBar navigation broken on iOS - Fix #22655
Conversation
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tests is failing
EnsureOnAppearingFiresForLastPageOnlyAbsoluteRoute
@rmarinho I think now should be good :) |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
c8dac27
to
edd6013
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@@ -115,7 +115,11 @@ public ShellNavigationManager(Shell shell) | |||
modalStackPreBuilt = true; | |||
|
|||
bool? isAnimated = (nextActiveSection != currentShellSection) ? false : animate; | |||
await nextActiveSection.GoToAsync(navigationRequest, parameters, _shell.FindMauiContext()?.Services, isAnimated, isRelativePopping); | |||
|
|||
await _shell.Dispatcher.DispatchAsync(() => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious to investigate this a bit further and see if we can base this fix on something more deterministic.
Azure Pipelines successfully started running 3 pipeline(s). |
edd6013
to
622616c
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Issues Fixed
Fixes #22570
Fixes #18193
Fixes #16568
before.mp4
fixed.mp4
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-06-01.at.13.09.33.mp4