change stateHidden to stateAlwaysHidden

This commit is contained in:
asdoi 2020-09-08 16:30:09 +02:00
parent 06315821d5
commit 9e1c50ea63
1 changed files with 1 additions and 1 deletions

View File

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