mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -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
|
||||
android:name=".CustomControlsActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"
|
||||
android:exported="true"
|
||||
android:exported="false"
|
||||
android:screenOrientation="sensorLandscape">
|
||||
<intent-filter>
|
||||
<action android:name=".CustomControlsActivity" />
|
||||
|
@ -10,7 +10,7 @@
|
||||
android:summary="@string/preference_edit_controls_summary"
|
||||
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>
|
||||
|
||||
<PreferenceCategory
|
||||
|
Loading…
x
Reference in New Issue
Block a user