diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-07-04 14:23:25 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-07-30 12:51:56 +0200 |
| commit | b59db3ba1c0b2314d57ac036d25246e3f91eced7 (patch) | |
| tree | 3006660401d919a56ddfad2b685b9f8d345458ea /android | |
| parent | 5fa4f9684bd016b602361bd2b4b64ba54890d694 (diff) | |
| download | mullvadvpn-b59db3ba1c0b2314d57ac036d25246e3f91eced7.tar.xz mullvadvpn-b59db3ba1c0b2314d57ac036d25246e3f91eced7.zip | |
Enable predictive back animations
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f69801a46d..9247112466 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -42,7 +42,8 @@ android:launchMode="singleInstance" android:screenOrientation="fullUser" android:windowSoftInputMode="adjustResize" - tools:ignore="DiscouragedApi"> + android:enableOnBackInvokedCallback="true" + tools:ignore="DiscouragedApi,UnusedAttribute"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> |
