properley update message types in the local db too
This commit is contained in:
parent
7fedcbd108
commit
ac7d2afbb6
4 changed files with 14 additions and 6 deletions
|
|
@ -554,7 +554,7 @@ fun Context.markThreadMessagesUnread(threadId: Long) {
|
|||
}
|
||||
}
|
||||
|
||||
fun Context.updateMessageDeliveryStatus(id: Long, status: Int) {
|
||||
fun Context.updateMessageType(id: Long, status: Int) {
|
||||
val uri = Sms.CONTENT_URI
|
||||
val contentValues = ContentValues().apply {
|
||||
put(Sms.TYPE, status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue