fix #48, no not show incoming message notifications at currently open thread
This commit is contained in:
parent
db3b0b794a
commit
9641eed138
2 changed files with 2 additions and 1 deletions
|
|
@ -597,6 +597,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
|
||||
@Subscribe(threadMode = ThreadMode.ASYNC)
|
||||
fun refreshMessages(event: Events.RefreshMessages) {
|
||||
notificationManager.cancel(threadId)
|
||||
messages = getMessages(threadId)
|
||||
setupAdapter()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue