mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-11 14:54:58 +00:00
android: Properly pop setup fragment from the back stack
This commit is contained in:
parent
f41939b66e
commit
c29f14fa0f
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
||||||
android:label="FirstTimeSetupFragment" >
|
android:label="FirstTimeSetupFragment" >
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_firstTimeSetupFragment_to_gamesFragment"
|
android:id="@+id/action_firstTimeSetupFragment_to_gamesFragment"
|
||||||
app:destination="@id/gamesFragment" />
|
app:destination="@id/gamesFragment"
|
||||||
|
app:popUpTo="@id/firstTimeSetupFragment"
|
||||||
|
app:popUpToInclusive="true" />
|
||||||
</fragment>
|
</fragment>
|
||||||
|
|
||||||
</navigation>
|
</navigation>
|
||||||
|
|
Loading…
Reference in a new issue