You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
bootom navigation reselect 0 index when back
The text was updated successfully, but these errors were encountered: