Following the instructions for how to integrate bo...
# compose
f
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
Same item clicked twice in bottom nav causes the screen to dissapear is a bug that hasn't been fixed yet IIRC
f
@Colton Idle in alpha04 it does nothing at all
b
Empty screen bug was fixed (to be released in alpha07) but the fix introduced another bug: https://issuetracker.google.com/issues/194925622
f
hm interesting