mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-15 20:27:55 +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)
|
attachments.postValue(attachmentsList)
|
||||||
|
|
||||||
chatMessageToReplyTo = null
|
chatMessageToReplyTo = null
|
||||||
|
maxNumberOfAttachmentsReached.postValue(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue