Disable setHasStableIds
because we really don't have stable ids (yet)
This commit is contained in:
parent
e4a6e40621
commit
3d9cb5bdac
2 changed files with 1 additions and 11 deletions
|
|
@ -35,7 +35,6 @@ data class Message(
|
|||
|
||||
fun areContentsTheSame(old: Message, new: Message): Boolean {
|
||||
return old.body == new.body &&
|
||||
old.type == new.type &&
|
||||
old.threadId == new.threadId &&
|
||||
old.isMMS == new.isMMS &&
|
||||
old.attachment == new.attachment &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue