`androidx.navigation:navigation-compose:2.4.0-alph...
# compose
b
androidx.navigation:navigation-compose:2.4.0-alpha05
seems to have bug/weird behavior after upgrading from
2.4.0-alpha04
. I don't know what exactly is causing this, but It can be triggered when using with bottom nav bar like shown here. Problem: When re-selecting the same tab (i.e clicking already selected tab), the screen becomes empty. It doesn't happen when current destination is the root graph's startDestination. I first noticed this on my app, then confirmed it by trying it on tivi and upgrading nav compose to
2.4.0-alpha05
. Screencast: https://photos.app.goo.gl/RPur9JpEZwS8srt28
3
👍 2