diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-19 18:43:18 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-20 14:28:48 +0000 |
| commit | f77c0932b405fb6d08c02365d9bcc22960f591d5 (patch) | |
| tree | d618a2e4ee5f820d75739185e9e32d6b19c8a693 /android/src/main | |
| parent | 3d49e7632ddc1753ed95573d5c8e912cffa89d56 (diff) | |
| download | mullvadvpn-f77c0932b405fb6d08c02365d9bcc22960f591d5.tar.xz mullvadvpn-f77c0932b405fb6d08c02365d9bcc22960f591d5.zip | |
Allow orientation to flip 180 degrees
Diffstat (limited to 'android/src/main')
| -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 6295231f64..4c37a119fa 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:label="@string/app_name" android:launchMode="singleTask" android:configChanges="orientation|screenSize|screenLayout" - android:screenOrientation="portrait" + android:screenOrientation="sensorPortrait" android:windowSoftInputMode="adjustPan"> <intent-filter> <action android:name="android.intent.action.MAIN" /> |
