mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 14:18:15 +00:00
Fixed call history list cells not refreshed when native contacts are loaded or presence is received
This commit is contained in:
parent
c9eb856f19
commit
d2b8689f48
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class HistoryListAdapter : ListAdapter<CallLogModel, RecyclerView.ViewHolder>(Ca
|
|||
}
|
||||
|
||||
override fun areContentsTheSame(oldItem: CallLogModel, newItem: CallLogModel): Boolean {
|
||||
return oldItem.avatarModel.id == newItem.avatarModel.id && oldItem.iconResId == newItem.iconResId
|
||||
return false // ContactAvatarModel will be the same object but with an updated content
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue