Merge pull request #2833 from nextcloud/bugfix/2774/showKeyboardAtClickOnEmptySpace

Show keyboard at click on empty space
This commit is contained in:
Marcel Hibbe 2023-03-06 15:05:51 +01:00 committed by GitHub
commit 1add979750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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