Keep keyboard active on compose orientation change.

This commit is contained in:
Moxie Marlinspike 2012-08-04 16:21:01 -07:00
parent fe3b6c51d7
commit 5c80423945
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
</activity>
<activity android:name=".ConversationActivity"
android:windowSoftInputMode="stateHidden"
android:windowSoftInputMode="stateUnchanged"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout"/>
<activity android:name=".PassphraseCreateActivity"