Switch MessageListAdapter to MessageReference.getFolderId()
This commit is contained in:
parent
70d194a99a
commit
53fdbeb74e
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class MessageListAdapter internal constructor(
|
|||
val activeMessage = this.activeMessage ?: return false
|
||||
|
||||
return item.account.uuid == activeMessage.accountUuid &&
|
||||
item.folderServerId == activeMessage.folderServerId &&
|
||||
item.folderId == activeMessage.folderId &&
|
||||
item.messageUid == activeMessage.uid
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue