GH-799 (android) Stop webview from restarting when activity resizes (#800)

This commit is contained in:
Norman Breau 2019-08-26 16:57:11 -03:00 committed by Tim Brust
parent bd1697dbd2
commit 9808a0d4d3

View File

@ -37,7 +37,7 @@
android:launchMode="singleTop"
android:theme="@android:style/Theme.DeviceDefault.NoActionBar"
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode">
<intent-filter android:label="@string/launcher_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />