Close keyboard when entering message detail view

Fixes #2598
Close #2802

//FREEBIE
pull/1/head
McLoo 9 years ago committed by Moxie Marlinspike
parent 597f7bbafd
commit afd6ab75f8

@ -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"/>

Loading…
Cancel
Save