Following the instructions for how to integrate bottom navigation with Jetpack Compose, how do I re-instantiate the first screen of a bottom nav item when the same item is clicked twice, and destroy its back stack?
https://developer.android.com/jetpack/compose/navigation#bottom-nav
Or will that be the default behavior after the launchSingleTop bug has been fixed?
c
Colton Idle
08/14/2021, 5:28 PM
Same item clicked twice in bottom nav causes the screen to dissapear is a bug that hasn't been fixed yet IIRC