mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 12:37:37 +00:00
Fix issue with non-contact avatar colors not updating.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user