Ondřej Basler

Results 1 comments of Ondřej Basler

I think I have found a better way how to disable it. Just call onNavDestinationSelected with false: ```Kotlin binding.bottomnavigationbar.apply { setupWithNavController(navController) setOnItemSelectedListener { item -> NavigationUI.onNavDestinationSelected(item, navController, false) true }...