allow sending MMS without text
This commit is contained in:
parent
854e125079
commit
e04061c4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue