mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-18 04:30:55 +01:00
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)
|
message.addMedia(byteArray, mimeType)
|
||||||
}
|
}
|
||||||
transaction.sendNewMessage(message, threadId.toLong())
|
transaction.sendNewMessage(message, threadId.toLong())
|
||||||
|
attachmentUris.clear()
|
||||||
|
thread_attachments_holder.beGone()
|
||||||
|
thread_attachments_wrapper.removeAllViews()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user