diff options
Diffstat (limited to 'android/src/main/AndroidManifest.xml')
| -rw-r--r-- | android/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 29e0c013d2..71cba09f0e 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ tools:ignore="GoogleAppIndexingWarning"> <activity android:name="net.mullvad.mullvadvpn.ui.MainActivity" android:label="@string/app_name" - android:configChanges="orientation" + android:configChanges="orientation|screenSize|screenLayout" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan"> <intent-filter> |
