Jak wyczyścić stos nawigacji po nawigacji do innego fragmentu w Android
navController.navigateUp();
android developer
navController.navigateUp();
inclusive boolean: true to also pop the given destination from
the back stack So, I set the inclusive to false because I don't
want to pop the current fragment from the stack
<action
android:id="@+id/action_loginFragment_to_employerMainFragment"
app:destination="@id/employerMainFragment"
app:popUpTo="@+id/loginFragment"
app:popUpToInclusive="false"/>