Skip to content

Commit

Permalink
Enable predictive back gestures
Browse files Browse the repository at this point in the history
Our activities are so simple, there's nothing special needed to support
this.

Signed-off-by: Andrew Gunnerson <[email protected]>
  • Loading branch information
chenxiaolong committed Oct 27, 2024
1 parent 5b6372f commit fa4bf59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:enableOnBackInvokedCallback="true"
android:memtagMode="sync"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
Expand Down

0 comments on commit fa4bf59

Please sign in to comment.