Daniele Segato
07/30/2021, 6:44 PMnavigation-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