summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-02-05 11:59:35 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-02-06 13:35:42 +0100
commit29947752f8ce3f50a26b9b824cedacc371f8b3ed (patch)
tree7ad6a5a435ee0ba65747fc69f4473374329cd57e /android/app
parent3a8a23d1e83a51bbe2719c96f71b06f5b0517961 (diff)
downloadmullvadvpn-29947752f8ce3f50a26b9b824cedacc371f8b3ed.tar.xz
mullvadvpn-29947752f8ce3f50a26b9b824cedacc371f8b3ed.zip
Update lint version to 8.3 to fix lint error in lib:theme
Diffstat (limited to 'android/app')
-rw-r--r--android/app/src/main/AndroidManifest.xml3
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" />