Remove Back Button When Using Bottom Navigation Bar
It's very simple just change appBarConfiguration like this.
binding.bottomNavigationView.setupWithNavController(navController)
appBarConfiguration = AppBarConfiguration(binding.bottomNavigationView.menu)
setupActionBarWithNavController(navController, appBarConfiguration)

Komentar
Posting Komentar