Replies: 1 comment
-
Solved in this PR: #676 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Going from
/
to/settings
it is okay, no delay. But doing the inverse, either withcontext.beamBack()
,context.popToNamed(Routes.index)
orcontext.beamToNamed(Routes.index)
there is nasty delay. See the Header subtitle get updated some time before..Debugging it, what I see is that there is a time difference between the router listener get executed and the Screen Widget get disposed.
I'm using ``BeamPageType.noTransition`.
Do you have any solution?
Video demo:
Video_2024_09_12-1.webm
Beta Was this translation helpful? Give feedback.
All reactions