问题 I'm trying to implement a multiple navigation controller with multiple back stack BottomNavigationView , as per the github examples. However, the example uses a different nav graph for each tab, which makes things easy. In my case I need to use the same nav graph for all of my tabs, but with different start destinations, than the "home destination" set in the nav graph. So far I've managed to modify the NavigationExtensions file in order to achieve the single navgraph for all tabs, and I get