suljevicsemir / compose-rmb

0 stars 0 forks source link

Pager not remembering list state for Composables that are not first and second in line #7

Open suljevicsemir opened 2 years ago

suljevicsemir commented 2 years ago

In Home navigation bar there is 4 different Composables (app screens) that can be invoked. Since they contain lists, after going back to those screens, list position/state isn't preserved. At the moment, only the list scroll position is an issue.

The state of the lists for first and second Composable is preserved as expected. Current implementation of the navigation bars considers navigation bar as a route, different pages opened from the navigation bar aren't considered as a route.