diff options
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | android/src/main/AndroidManifest.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 531c768837..793c2f6355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ Line wrap the file at 100 chars. Th - Fix crash when entering split-screen mode whilst on the Report a Problem screen. - Fix invalid back stack history when connection to service is lost and the app returns to the launch screen. +- Fix app leaving settings screen when entering split-screen mode. #### Windows - Fix race in network adapter monitor that could result in data corruption and crashes. 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> |
