Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
Can you include a sample project that reproduces your issue?
Note that if you want to just return to your main graph (which I assume launched your login_nav_graph
), you would want to leave out the app:destination="@id/main_nav_graph"
line entirely as that will create a second instance of your main_nav_graph
.
Description
Version used: 1.0.0-alpha01
When you use a nested graph as the startDestination for your whole graph, NavigationUI does not highlight the correct row in the NavigationView or the correct item in BottomNavigationView. It also changes the up button to be an arrow, even when you are on the (nested) start destination of the graph.