How setup top app bar if I am configuring navigation in Jetpack Compose

Viewed 170

I am using NavHost to declare my navigation bar. Also I've added a topbar to my screen.

Now I want to link navigation and this topbar. What I should do to have the same result as using setupActionBarWithNavController

0 Answers
Related