1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-23 12:36:34 -05:00

Fix Android crash: search fragment navigation

This commit is contained in:
blitzingeagle
2024-03-12 03:24:17 +00:00
parent c41d9d62a3
commit feb3b6ece3
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
<fragment <fragment
android:id="@+id/searchFragment" android:id="@+id/searchFragment"
android:name="org.yuzu.yuzu_emu.fragments.SearchFragment" android:name="org.suyu.suyu_emu.fragments.SearchFragment"
android:label="SearchFragment" /> android:label="SearchFragment" />
<fragment <fragment