Enable predictive back on settings

This commit is contained in:
Suphon Thanakornpakapong
2023-12-17 15:49:25 +07:00
parent 6bc1e0fadc
commit e99a7779ea
+2 -1
View File
@@ -51,7 +51,8 @@
android:exported="true"
android:label="@string/settings_button_text"
android:theme="@style/Theme.Lawnchair"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:enableOnBackInvokedCallback="true">
<intent-filter android:priority="1">
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<category android:name="android.intent.category.DEFAULT" />