handle sending group SMS

- in Context.getMessages, split the sender number by spaces " " to get each contact.
- apply update in the android-smsmms lib - do not pass threadId in Transaction.sendNewMessage
This commit is contained in:
darthpaul 2022-05-01 03:33:47 +01:00
parent 43d5a0f665
commit 72cbb342a6
4 changed files with 9 additions and 6 deletions

View file

@ -829,7 +829,7 @@ class ThreadActivity : SimpleActivity() {
transaction.setExplicitBroadcastForDeliveredSms(deliveredIntent)
refreshedSinceSent = false
transaction.sendNewMessage(message, threadId)
transaction.sendNewMessage(message)
thread_type_message.setText("")
attachmentSelections.clear()
thread_attachments_holder.beGone()