Hey guys! How can I save and restore a `LazyColumn...
# compose
m
Hey guys! How can I save and restore a
LazyColumn
or
LazyRow
scroll position across process death?
b
I use rememberLazyListState with my viewModel index, which is also persisted with the saved state module
a
We are currently working on this and it should happen automatically soon (in alpha06 or alpha07)