I am using the new android Navigation Framework in one of my Applications. The purpose of Application is to behave as a launcher.
Sometimes when I try to change the fragment (navigate using the navcontroller) it doesn't change the fragment instead it logs
Ignoring navigate() call: FragmentManager has already saved its state
i know this question been asked before here Ignoring navigate() call: FragmentManager has already saved its state but it doesn't have a Solution.
I am navigating using the following code:
Navigation.findNavController(view).navigate(R.id.action_next, bundle)