remove the mms attachments after sending the message
This commit is contained in:
parent
2166a5bbe2
commit
2b01622533
|
@ -403,6 +403,9 @@ class ThreadActivity : SimpleActivity() {
|
|||
message.addMedia(byteArray, mimeType)
|
||||
}
|
||||
transaction.sendNewMessage(message, threadId.toLong())
|
||||
attachmentUris.clear()
|
||||
thread_attachments_holder.beGone()
|
||||
thread_attachments_wrapper.removeAllViews()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue