We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an activity with toolbar, navigation drawer and container. So in navigator I did this:
override fun setupFragmentTransaction(nextFragment: Fragment) { when (nextFragment) { is SettingsFragment -> { binding.toolbar.setTitle(R.string.title_settings) binding.navigationView.setCheckedItem(R.id.nav_settings) } } }
But this method not called when I call router.exit(). How can I figure out which screen will be shown?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an activity with toolbar, navigation drawer and container. So in navigator I did this:
But this method not called when I call router.exit(). How can I figure out which screen will be shown?
The text was updated successfully, but these errors were encountered: