mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-22 02:58:26 +00:00
Close keyboard when entering message detail view
Fixes #2598 Close #2802 //FREEBIE
This commit is contained in:
parent
597f7bbafd
commit
afd6ab75f8
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
<activity android:name=".MessageDetailsActivity"
|
<activity android:name=".MessageDetailsActivity"
|
||||||
android:label="Message Details"
|
android:label="Message Details"
|
||||||
android:windowSoftInputMode="stateUnchanged"
|
android:windowSoftInputMode="stateHidden"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user