setupactionbarwithnavcontroller problem

Solutions on MaxInterview for setupactionbarwithnavcontroller problem by the best coders in the world

showing results for - "setupactionbarwithnavcontroller problem"
Beatrice
22 Jan 2020
1
2
3val toolbar = findViewById<MaterialToolbar>(R.id.main_toolbar)
4        setSupportActionBar(toolbar)
5  
6  setupWithNavController(toolbar, findNavController(R.id.nav_host_fragment))