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:
parent
43d5a0f665
commit
72cbb342a6
4 changed files with 9 additions and 6 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue