Close keyboard when entering message detail view

Fixes #2598
Close #2802

//FREEBIE
This commit is contained in:
McLoo 2015-03-27 10:27:36 +01:00 committed by Moxie Marlinspike
parent 597f7bbafd
commit afd6ab75f8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<activity android:name=".MessageDetailsActivity"
android:label="Message Details"
android:windowSoftInputMode="stateUnchanged"
android:windowSoftInputMode="stateHidden"
android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>