Enable predictive back on settings
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user