Do not allow the sending of whitespace-only messages.
This commit is contained in:
parent
1e6126d5be
commit
e3be279f1f
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ class ConversationFragment :
|
|||
inlineAttachment.hide()
|
||||
}
|
||||
|
||||
composeText.text?.isEmpty() == true && !attachmentManager.isAttachmentPresent -> {
|
||||
composeText.text.isNullOrBlank() && !attachmentManager.isAttachmentPresent -> {
|
||||
buttonToggle.display(binding.conversationInputPanel.attachButton)
|
||||
quickAttachment.show()
|
||||
inlineAttachment.hide()
|
||||
|
|
Loading…
Add table
Reference in a new issue