Prevent recipient hot loop on main thread.

This commit is contained in:
Michelle Tang
2025-04-03 12:07:43 -04:00
parent 6251dad6e0
commit ec5a7e1e48

View File

@@ -815,8 +815,7 @@ class Recipient(
callLinkRoomId == other.callLinkRoomId &&
phoneNumberSharing == other.phoneNumberSharing &&
nickname == other.nickname &&
note == other.note &&
shouldBlurAvatar == other.shouldBlurAvatar
note == other.note
}
override fun equals(other: Any?): Boolean {