Replies: 2 comments 1 reply
-
If we speak about Compose UI, the scroll position (and the entire UI state) should be preserved, as long as you use cc: @joreilly |
Beta Was this translation helpful? Give feedback.
0 replies
-
If the screen is already in stack, will calling bringToFront recreate it? It seems to do so |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I was checking out samples such as Confetti, TvManiac & the official sample (Article List/Multi Pane) and when I switch to other tab, the scroll position is lost.
In one of my app, I am extending my presenter with
InstanceKeeper.Instance
but seems like it does not helps saving state.Beta Was this translation helpful? Give feedback.
All reactions