Fidelity Chauke
05/24/2020, 4:00 PMBottomNavigationView.setupWithNavController()
to accommodate multiple backstacks in different navigation files. The problem I encounter is navigating to another nav_graph dynamically from any given nav_graph. In my case I want to go to an authentication flow whenever my session expires. I tried using <include app:graph="@navigation/nav_auth" />
from within my other nave graphs and the app crashes. Appreciate any assistance I can get.