Skip to content

Commit

Permalink
fix: disable predictive back animation
Browse files Browse the repository at this point in the history
* Current implementation causes memory leaks
  • Loading branch information
Tommy-Geenexus committed Jul 21, 2024
1 parent fe2752c commit 7920086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:name="com.none.tom.exiferaser.ExifEraserApplication"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:enableOnBackInvokedCallback="true"
android:enableOnBackInvokedCallback="false"
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down

0 comments on commit 7920086

Please # to comment.