Using Navigation component with multiple navigation graph and BottomNavigationView similar to google navigation sample I came across such a problem.
I can't programmatically navigate from one tab in bottom navigation to another with passing argument. For example I have three nav graph and three tab in bottom navigation(one graph for each tab).
I need programmatically navigation from one tab to another so that "another" tab get argument passing from first tab.