properly handle sending reply messages through the top notification
This commit is contained in:
parent
c73f1f2dfe
commit
6c9d25d16f
3 changed files with 20 additions and 9 deletions
|
|
@ -41,6 +41,7 @@ class SmsStatusSentReceiver : SentReceiver() {
|
|||
} else {
|
||||
Telephony.Sms.MESSAGE_TYPE_OUTBOX
|
||||
}
|
||||
|
||||
context.updateMessageType(messageId, type)
|
||||
context.messagesDB.updateType(messageId, type)
|
||||
refreshMessages()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue