(I've posted this before, but this part was ignore...
# compose
d
(I've posted this before, but this part was ignored and it was the important part of my message) I've upgraded to
navigation-compose 2.4.0-alpha05
and my LazyColumns were broken. I've investigated and it looks like
rememberSaveable
usage without a key has been broken. Upon navigation and back it is not restored because
currentCompositeKeyHash
has changed. This means
rememberLazyListState()
doesn't work if you leave a list into a detail and than back it scrolls back up cause it creates a new
LazyListState
👍 1