Pardip
10/31/2023, 8:53 AMDhaval Gondaliya
11/02/2023, 5:58 AMclark
11/02/2023, 9:04 PMrememberSaveable
(which rememberLazyListState uses under the hood) your state should be saved into NavigationBackStackEntry’s SavedStateHandle. Combining that with the saveState
on NavOptions popUpTo
builder and the restoreState
setting on NavOptions, you should be able to achieve your goalPardip
11/06/2023, 8:05 AM