mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-17 20:20:53 +01:00
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…
x
Reference in New Issue
Block a user