mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed contacts names not always displayed in chat rooms list
This commit is contained in:
parent
d7f2b629da
commit
7bd85a6f53
1 changed files with 1 additions and 1 deletions
|
|
@ -116,6 +116,6 @@ private class ChatRoomDiffCallback : DiffUtil.ItemCallback<ChatRoomViewModel>()
|
|||
oldItem: ChatRoomViewModel,
|
||||
newItem: ChatRoomViewModel
|
||||
): Boolean {
|
||||
return newItem.unreadMessagesCount.value == 0
|
||||
return false // To force redraw when contacts are updated
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue