I've tested Navigation 3 and found an issue with t...
# compose
s
I've tested Navigation 3 and found an issue with the back navigation. When I press back the onBack from NavDisplay does not let the BackHandler in each screen get the callback. Also see a crash on the logcat. Is this a bug from Navigation 3? its still on 1.0.0-alpha07
i
There have been some issue reported specifically in Nav3 1.0.0-alpha07 around back navigation which should already be fixed for the next alpha: https://issuetracker.google.com/issues/438807266
s
Thanks Ian. I'll wait for the next release.