Disable setHasStableIds

because we really don't have stable ids (yet)
This commit is contained in:
Naveen 2022-11-18 01:00:33 +05:30
parent e4a6e40621
commit 3d9cb5bdac
2 changed files with 1 additions and 11 deletions

View file

@ -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 &&