Skip to content

Commit

Permalink
Enable predictive back gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Nov 1, 2023
1 parent 15dfee8 commit 8f6eebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
android:supportsRtl="true"
android:theme="@style/Theme.GruenerPass"
tools:ignore="DataExtractionRules"
tools:targetApi="s" >
android:enableOnBackInvokedCallback="true"
tools:targetApi="tiramisu" >

<activity
android:name=".deeplinking.DeeplinkActivity"
Expand Down

0 comments on commit 8f6eebb

Please sign in to comment.