https://kotlinlang.org logo
#compose
Title
# compose
a

Adrian Blanco

06/18/2020, 2:34 PM
I have some trouble keeping scroll state in VerticalScroller. I have a feed screen and a details screen, and when backing from detail to feed the scroll state in feed is reset. I think this used to work fine for me in dev09 or something, anyone has had similar issues?
Dirty solution, just save scroll state as a file local variable, and write to it in onDispose
3 Views