Enable predictive back gesture (#3797)
This only animates closing the app, but it's better than nothing. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
f7861acd7f
commit
17ea2aa5dc
1 changed files with 1 additions and 2 deletions
|
|
@ -10,12 +10,11 @@
|
|||
<!-- To be able to install APK from the application -->
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
|
||||
<!-- Do not enable enableOnBackInvokedCallback until https://issuetracker.google.com/issues/271303558 is fixed -->
|
||||
<application
|
||||
android:name=".ElementXApplication"
|
||||
android:allowBackup="false"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:enableOnBackInvokedCallback="false"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue