“So löschen Sie den Navigationsstapel” Code-Antworten

So löschen Sie den Navigationsstapel

navController.navigateUp();
android developer

So löschen Sie den Navigationsstapel

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"/>
android developer

Ähnliche Antworten wie “So löschen Sie den Navigationsstapel”

Fragen ähnlich wie “So löschen Sie den Navigationsstapel”

Weitere verwandte Antworten zu “So löschen Sie den Navigationsstapel” auf Kotlin

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen