Open kahlidabuhayea opened 1 year ago
@simform-solutions I am facing the same issue while pressing back on the fragment. Flow:- Load Home Fragment as 0 indexes now tap on the button to navigate home to details fragment using navigation actions and press back on details it reselects the 0 indexes instead of back.
it perfectly works when I tap on the button and set on click with this findNavController().popBackStack(). But when I press back button of system then it is not working.
@kahlidabuhayea Do you have any other solution?
bootom navigation reselect 0 index when back