mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Fix crashing when clicking the "Edit controls" button in preferences
This commit is contained in:
parent
a945d2bc01
commit
8f8a9dff02
@ -89,7 +89,7 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".CustomControlsActivity"
|
android:name=".CustomControlsActivity"
|
||||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"
|
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"
|
||||||
android:exported="true"
|
android:exported="false"
|
||||||
android:screenOrientation="sensorLandscape">
|
android:screenOrientation="sensorLandscape">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name=".CustomControlsActivity" />
|
<action android:name=".CustomControlsActivity" />
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
android:summary="@string/preference_edit_controls_summary"
|
android:summary="@string/preference_edit_controls_summary"
|
||||||
app2:icon="@drawable/ic_menu_custom_controls"
|
app2:icon="@drawable/ic_menu_custom_controls"
|
||||||
>
|
>
|
||||||
<intent android:targetPackage="net.kdt.pojavlaunch" android:targetClass="net.kdt.pojavlaunch.CustomControlsActivity"/>
|
<intent android:targetPackage="net.kdt.pojavlaunch" android:targetClass="net.kdt.pojavlaunch.CustomControlsActivity" android:action=".CustomControlsActivity"/>
|
||||||
</Preference>
|
</Preference>
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user