Fixed marking as read/unread not refreshing list
This commit is contained in:
parent
90fcc031bc
commit
d2d291069c
3 changed files with 8 additions and 1 deletions
|
|
@ -217,6 +217,11 @@ class ConversationsAdapter(
|
|||
conversationsMarkedAsUnread.filter { conversation -> conversation.read }.forEach {
|
||||
activity.markThreadMessagesUnread(it.threadId)
|
||||
}
|
||||
|
||||
activity.runOnUiThread {
|
||||
refreshMessages()
|
||||
finishActMode()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue