diff options
| author | 2023-09-14 20:24:43 -0400 | |
|---|---|---|
| committer | 2023-09-14 20:24:43 -0400 | |
| commit | 21b133de4012755f95c450cb52c1cb9d40b2a730 (patch) | |
| tree | 391b59a0999cbb9451585546271a77d3a139fb49 /src | |
| parent | Merge pull request #11425 from t895/stateflows (diff) | |
| download | yuzu-21b133de4012755f95c450cb52c1cb9d40b2a730.tar.gz yuzu-21b133de4012755f95c450cb52c1cb9d40b2a730.tar.xz yuzu-21b133de4012755f95c450cb52c1cb9d40b2a730.zip | |
android: Fix emulation to settings navigation args
Diffstat (limited to '')
| -rw-r--r-- | src/android/app/src/main/res/navigation/emulation_navigation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/navigation/emulation_navigation.xml b/src/android/app/src/main/res/navigation/emulation_navigation.xml index c7be37f9b..cfc494b3f 100644 --- a/src/android/app/src/main/res/navigation/emulation_navigation.xml +++ b/src/android/app/src/main/res/navigation/emulation_navigation.xml | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | app:nullable="true" /> | 27 | app:nullable="true" /> |
| 28 | <argument | 28 | <argument |
| 29 | android:name="menuTag" | 29 | android:name="menuTag" |
| 30 | app:argType="string" /> | 30 | app:argType="org.yuzu.yuzu_emu.features.settings.model.Settings$MenuTag" /> |
| 31 | </activity> | 31 | </activity> |
| 32 | 32 | ||
| 33 | <action | 33 | <action |