properly handle sending reply messages through the top notification

This commit is contained in:
tibbi 2021-03-15 23:10:59 +01:00
parent c73f1f2dfe
commit 6c9d25d16f
3 changed files with 20 additions and 9 deletions

View file

@ -41,6 +41,7 @@ class SmsStatusSentReceiver : SentReceiver() {
} else {
Telephony.Sms.MESSAGE_TYPE_OUTBOX
}
context.updateMessageType(messageId, type)
context.messagesDB.updateType(messageId, type)
refreshMessages()