Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
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