Navigation Component's Popupto Not Removing Up Button
I'm using the Navigation Architecture Component and I have a setup similar to this one for popping the stack when navigating to a particular fragment: Copy
With
AppBarConfigurationconfig=newAppBarConfiguration.Builder(R.id.navigation_main, R.id.fragment_main_screen).build();
More details here: AppBarConfiguration
Post a Comment for "Navigation Component's Popupto Not Removing Up Button"