Skip to content

Instantly share code, notes, and snippets.

@UtkuGlsvn
Created March 10, 2021 20:16
Show Gist options
  • Save UtkuGlsvn/7c4517e2a35eaab1154dc6c1e4589ccc to your computer and use it in GitHub Desktop.
Save UtkuGlsvn/7c4517e2a35eaab1154dc6c1e4589ccc to your computer and use it in GitHub Desktop.
binding.bottomNav.setOnNavigationItemSelectedListener {
if (!binding.bottomNav.menu.findItem(it.itemId).isChecked) navController.navigate(it.itemId)
true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment