Skip to content

Commit 0657cdb

Browse files
david-allisonmikehardy
authored andcommitted
feat: opt-in to predictive back gesture
set enableOnBackInvokedCallback https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture#opt-predictive Issue 14558
1 parent 7f5a36a commit 0657cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AnkiDroid/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
android:resizeableActivity="true"
100100
android:supportsRtl="true"
101101
android:theme="@style/Theme_Light"
102+
android:enableOnBackInvokedCallback="true"
102103
android:manageSpaceActivity="com.ichi2.anki.ui.windows.managespace.ManageSpaceActivity"
103104
>
104105
<!-- Probably because of a bug on the framework,

0 commit comments

Comments
 (0)