Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
Oh I forgot to mention that I thought it might be connected to this issue:
No update yet.
Oh I forgot to mention that I thought it might be connected to this issue:
Description
Version used: 2.4.0-rc01
Devices/Android versions reproduced on:
In navigation component version 2.3.5 everything works fine but in version 2.4.0-rc01 I have some weird issues:
1.I have a destination change listener, in the back button click fragment is popped back but the destination listener is not called
2.When getting back, for example from Cfragment to Bfragment I print the current destination id it shows that the current destination is Cfragment but in UI app is on Bfragmnet
with downgrading to version 2.3.5 or using default navHostFragment all issues are solved.
this is my full source code with different versions of the navigation component in various branches and the main branch is a buggy one