Hi there,
I have one activity in which I have Navhost fragment without toolbar
and I have many fragments whose are added in my nav_graph, everything is working as expected
just now I received a requirement to add Bottom Navigation with one of my fragment and this bottom navigation will have different navigation stacks for each tab, I make this using viewpager2 and it is also working, but as I already have Navhost fragment in my activity and it does not have toolbar
so setting the toolbar in each tab NavghostFragment is not showing, an idea what I am doing wrong or how can i get it working?