Fix issue with non-contact avatar colors not updating.
This commit is contained in:
parent
5d137465e8
commit
9ba1391a1e
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ public final class AvatarImageView extends AppCompatImageView {
|
|||
if (other == null) return false;
|
||||
|
||||
return other.recipient.equals(recipient) &&
|
||||
other.recipient.getColor().equals(recipient.getColor()) &&
|
||||
other.ready == ready &&
|
||||
Objects.equals(other.contactPhoto, contactPhoto);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue