diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-02-06 14:32:32 +0100 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-02-06 14:32:32 +0100 |
| commit | 48c023ea883be51aedd0cc3eccac2d4fec77ab2c (patch) | |
| tree | c06dd0e68406d1ec30e13c3ed5bd5d797ad09090 /android/app/src/main/AndroidManifest.xml | |
| parent | f42dcb304d1571c22570bc5a7f2e59199e7b744d (diff) | |
| parent | 16e3bfbb2d380c42efff94902f79b9eff6ecacc8 (diff) | |
| download | mullvadvpn-48c023ea883be51aedd0cc3eccac2d4fec77ab2c.tar.xz mullvadvpn-48c023ea883be51aedd0cc3eccac2d4fec77ab2c.zip | |
Merge branch 'compose-1-6-0'
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
| -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 7107705496..b4043fdee5 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -39,7 +39,8 @@ android:launchMode="singleInstance" android:configChanges="orientation|screenSize|screenLayout" android:screenOrientation="fullUser" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + tools:ignore="DiscouragedApi"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> |
