mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Hide keyboard on launch; fixes #146
This commit is contained in:
parent
f3b94ce567
commit
9dcf6a536f
1 changed files with 1 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue