android: Properly pop setup fragment from the back stack

This commit is contained in:
Charles Lombardo 2023-04-26 21:38:03 -04:00 committed by bunnei
parent f41939b66e
commit c29f14fa0f
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@
android:label="FirstTimeSetupFragment" >
<action
android:id="@+id/action_firstTimeSetupFragment_to_gamesFragment"
app:destination="@id/gamesFragment" />
app:destination="@id/gamesFragment"
app:popUpTo="@id/firstTimeSetupFragment"
app:popUpToInclusive="true" />
</fragment>
</navigation>