Ian Lake
05/19/2021, 12:44 AMarguments?.getString(KEY_ROUTE)
- it is just destination.route
. It also means that Navigation Compose gained support for new functionality added to Navigation including multiple back stacksIan Lake
05/19/2021, 12:45 AMsaveState
and restoreState
APIs to enable multiple back stacks in Navigation Compose: https://developer.android.com/jetpack/compose/navigation#bottom-navIan Lake
05/19/2021, 12:46 AMIan Lake
05/19/2021, 1:24 AMRyan Simon
05/19/2021, 3:13 AMTepes Lucian Victor
06/22/2021, 11:20 AMNavigationAdvancedSample
which only pops the current tab stack then switches to main tab and exiting the app when its stack is cleared.