Status Update
Comments
jb...@google.com <jb...@google.com>
il...@google.com <il...@google.com> #2
Note that in addition to avoiding duplicate events when a transition is already in progress (as explained in the duplicate bug) (which would prevent you from popping the last destination in the first place), note that the navController.popBackStack()
to avoid blank screen issues by closing the activity if you really do want to know when you've popped the last destination off the back stack to know you need to finish the activity rather than leave the user on a blank screen.
wa...@gmail.com <wa...@gmail.com> #3
This is not a duplicate but a regression.
I've sent the fix for the double-click issue to
Description
Component used: Navigation Compose Version used:
androidx.navigation:navigation-compose:2.8.0-alpha07
Devices/Android versions reproduced on: Pixel 6 Android 14navController.popBackStack()
is not always working, it will navigate to a white screen after this case as the back stack is empty. This is a regression from Navigation Compose 2.7.7, you can repro this issue like the screen record at