Hide keyboard on launch; fixes #146

This commit is contained in:
Marius Lindvall 2020-07-31 23:12:54 +02:00
parent f3b94ce567
commit 9dcf6a536f
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
android:name=".ui.MainActivity"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateHidden"
android:theme="@style/HomeTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />