mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
fix #134, properly send messages in new conversations
This commit is contained in:
@@ -111,7 +111,7 @@ class ThreadActivity : SimpleActivity() {
|
||||
ensureBackgroundThread {
|
||||
val cachedMessagesCode = messages.hashCode()
|
||||
messages = getMessages(threadId)
|
||||
if (messages.hashCode() == cachedMessagesCode) {
|
||||
if (messages.hashCode() == cachedMessagesCode && participants.isNotEmpty()) {
|
||||
return@ensureBackgroundThread
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user