mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Prevent attach file button in conversation to be disabled after sending max number of attachments
This commit is contained in:
parent
b057163b43
commit
536667cfe1
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ class SendMessageInConversationViewModel
|
|||
attachments.postValue(attachmentsList)
|
||||
|
||||
chatMessageToReplyTo = null
|
||||
maxNumberOfAttachmentsReached.postValue(false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue