Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Please include a sample project that reproduces your issue.
ap...@google.com <ap...@google.com> #3
ap...@google.com <ap...@google.com> #4
Maybe it is the same as the other issue I listed? Different use case but same root cause?
il...@google.com <il...@google.com> #5
Switching to Kotlin Safe Args fixed the issue, so seems like the same issue, just on the Directions side (vs the other which is on the Args side).
Description
Version used: 2.1.0-alpha03
It seems like the work in
- using app:defaultNavHost="false" or leaving the attribute out entirely
- Manually changing the primary navigation fragment as per
Where the NavHostFragment / NavController continues to intercept back button events, basically treating the NavHostFragment as if it always is the defaultNavHost.