Prevent attach file button in conversation to be disabled after sending max number of attachments

This commit is contained in:
Sylvain Berfini 2025-02-04 12:12:12 +01:00
parent b057163b43
commit 536667cfe1

View file

@ -319,6 +319,7 @@ class SendMessageInConversationViewModel
attachments.postValue(attachmentsList)
chatMessageToReplyTo = null
maxNumberOfAttachmentsReached.postValue(false)
}
}