I have some trouble keeping scroll state in Vertic...
# compose
a
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