Do not recreate app when starting MultiWindow

This commit is contained in:
ByteHamster 2020-05-06 14:30:40 +02:00
parent 52e85e7665
commit e57d003786

View File

@ -73,7 +73,7 @@
<activity
android:name=".activity.MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
android:windowSoftInputMode="stateHidden"
android:launchMode="singleTask"
android:label="@string/app_name">