diff options
| author | 2023-04-26 21:38:03 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:55 -0700 | |
| commit | c29f14fa0f361d1c00e47f0eccb3d714ef69037c (patch) | |
| tree | 6f995aa33cdb4e893c16f76959322135df48fa1f /src/android | |
| parent | android: Vertically scalable setup pages (diff) | |
| download | yuzu-c29f14fa0f361d1c00e47f0eccb3d714ef69037c.tar.gz yuzu-c29f14fa0f361d1c00e47f0eccb3d714ef69037c.tar.xz yuzu-c29f14fa0f361d1c00e47f0eccb3d714ef69037c.zip | |
android: Properly pop setup fragment from the back stack
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/res/navigation/home_navigation.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/navigation/home_navigation.xml b/src/android/app/src/main/res/navigation/home_navigation.xml index 5afa901c2..d0077bbea 100644 --- a/src/android/app/src/main/res/navigation/home_navigation.xml +++ b/src/android/app/src/main/res/navigation/home_navigation.xml | |||
| @@ -20,7 +20,9 @@ | |||
| 20 | android:label="FirstTimeSetupFragment" > | 20 | android:label="FirstTimeSetupFragment" > |
| 21 | <action | 21 | <action |
| 22 | android:id="@+id/action_firstTimeSetupFragment_to_gamesFragment" | 22 | android:id="@+id/action_firstTimeSetupFragment_to_gamesFragment" |
| 23 | app:destination="@id/gamesFragment" /> | 23 | app:destination="@id/gamesFragment" |
| 24 | app:popUpTo="@id/firstTimeSetupFragment" | ||
| 25 | app:popUpToInclusive="true" /> | ||
| 24 | </fragment> | 26 | </fragment> |
| 25 | 27 | ||
| 26 | </navigation> | 28 | </navigation> |