Skip to content

Commit

Permalink
opt-in for predictive back gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Sep 23, 2023
1 parent 6df9f48 commit 27fcff9
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 @@ -9,13 +9,14 @@
<application
android:name=".App"
android:allowBackup="true"
android:enableOnBackInvokedCallback="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Tachisync"
tools:targetApi="31">
tools:targetApi="33">
<activity
android:name=".ui.main.MainActivity"
android:exported="true"
Expand Down

0 comments on commit 27fcff9

Please sign in to comment.