Android Navigation Component not saving fragment state with BottomNavigationView
I'm using Navigation fragment version 2.5.0. As release of version 2.4.0-alpha01, it's suppose to support back stack support for bottom navigation without writing any additional code. But my fragments are re-created everytime while I navigate with bottom navigation.
I'm using single graph, single activity Architecture.
Navigation dependencies
implementation 'androidx.navigation
navigation fragment ktx2.5.0'
implementation 'androidx.navigation
navigation ui ktx2.5.0'
Nav-controller
val...