mark messages as read in the local db too
This commit is contained in:
parent
0db8b202c7
commit
8dd3fc561f
4 changed files with 17 additions and 4 deletions
|
|
@ -421,6 +421,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
if (!it.read) {
|
||||
hadUnreadItems = true
|
||||
markMessageRead(it.id, it.isMMS)
|
||||
conversationsDB.markRead(threadId.toLong())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue