allow sending MMS without text

This commit is contained in:
tibbi 2020-04-13 10:12:11 +02:00
parent 854e125079
commit e04061c4ef
1 changed files with 1 additions and 1 deletions

View File

@ -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
}