Skip to content

Android Navigation Bar: How to always navigate to the main fragment when selecting an item in the navigation bar? #62690

Closed Answered by guymillicare
dominayo asked this question in Mobile
Discussion options

You must be logged in to vote

I'm not sure if I understand your problem correctly, but try findNavController().popBackStack() (it brings you back to previous fragment) or findNavController().popBackStack(R.id.fragmentYouWantToGo, false);(it brings you back to fragment with this id

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dominayo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Mobile
Labels
Mobile Triage your notifications and browse code on the go with the GitHub Mobile app Question
2 participants