Kshitij Patil
12/13/2020, 4:52 AMsnapToIndex APIs for LazyColumn are added in alpha08 ? I'm using alpha07 and I do get behavior of remembering scroll position on putting app background but it's not working when I switch the tab and come back (I'm using multi backstack Navigation) so I was expecting it to workAndrey Kulikov
12/13/2020, 3:30 PMsnapToIndex was added in alpha08. the scroll position issue is different I think. I am not sure how you implemented tabs, but the general rule for Navigation is that if the current screen is removed from the backstack its state is also removed. and when you open this screen again it is a fresh start for the screenKshitij Patil
12/13/2020, 3:41 PMsavedInstanceState or any other approach?
I guess I might need to upgrade to alpha08 for thatjim
12/13/2020, 5:38 PM