allow sending MMS without text
This commit is contained in:
parent
854e125079
commit
e04061c4ef
|
@ -366,7 +366,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
|
||||
private fun sendMessage() {
|
||||
val msg = thread_type_message.value
|
||||
if (msg.isEmpty()) {
|
||||
if (msg.isEmpty() && attachmentUris.isEmpty()) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue