mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 12:48:35 +00:00
Fix issue with non-contact avatar colors not updating.
This commit is contained in:
parent
5d137465e8
commit
9ba1391a1e
@ -165,6 +165,7 @@ public final class AvatarImageView extends AppCompatImageView {
|
|||||||
if (other == null) return false;
|
if (other == null) return false;
|
||||||
|
|
||||||
return other.recipient.equals(recipient) &&
|
return other.recipient.equals(recipient) &&
|
||||||
|
other.recipient.getColor().equals(recipient.getColor()) &&
|
||||||
other.ready == ready &&
|
other.ready == ready &&
|
||||||
Objects.equals(other.contactPhoto, contactPhoto);
|
Objects.equals(other.contactPhoto, contactPhoto);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user