diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-05-30 17:52:33 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-06-11 15:09:50 +0000 |
| commit | ac30f29c59d923723901f6c1277366bee465a3b6 (patch) | |
| tree | 54fce914f3a525bc3d07c699b84e0545e46ab5f1 /android/src/main/AndroidManifest.xml | |
| parent | 14353c306a7036c97de6d060614d7f6a76e43fdf (diff) | |
| download | mullvadvpn-ac30f29c59d923723901f6c1277366bee465a3b6.tar.xz mullvadvpn-ac30f29c59d923723901f6c1277366bee465a3b6.zip | |
Fix screen orientation to be portrait
Diffstat (limited to 'android/src/main/AndroidManifest.xml')
| -rw-r--r-- | android/src/main/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index d8e2136048..88dfa8ae67 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -15,6 +15,8 @@ <activity android:name=".MainActivity" android:label="@string/app_name" + android:configChanges="orientation" + android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" > <intent-filter> |
