mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 22:45:41 +03:00
Fix unread message notices
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
948b01bcb7
commit
8a60fad0c4
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ class ChatController(args: Bundle) : BaseController(args), MessagesListAdapter
|
|||
fieldMap["includeLastKnown"] = 0
|
||||
|
||||
var timeout = 30
|
||||
if (lookIntoFuture == 0) {
|
||||
if (lookIntoFuture == 0 || !lookingIntoFuture) {
|
||||
timeout = 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue