Jetpack Compose - Restore LazyColumn Scroll State

I have a LazyColumn that contains multiple LazyRow. In old terms, nested RecyclerView. My problem is, LazyColumn does not restore scroll state when move to a new composable (Different tab). But inner