mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Fix keyboard issues for Bjornly
This commit is contained in:
parent
266ee8eda1
commit
74caff82d0
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_toEndOf="@id/attachmentButtonSpace"
|
||||
android:layout_toStartOf="@id/sendButtonSpace"
|
||||
android:inputType="textAutoCorrect|textAutoComplete|textMultiLine|textCapSentences"/>
|
||||
android:inputType="textAutoCorrect|textMultiLine|textCapSentences"/>
|
||||
|
||||
<androidx.legacy.widget.Space
|
||||
android:id="@id/sendButtonSpace"
|
||||
|
|
Loading…
Reference in a new issue