mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Show keyboard at click on empty space
fix #2774 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
1b843d85d9
commit
e1fbdf89ea
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
<com.nextcloud.talk.utils.ImageEmojiEditText
|
||||
android:id="@id/messageInput"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/quotedChatMessageView"
|
||||
android:layout_centerHorizontal="true"
|
||||
|
|
Loading…
Reference in a new issue