kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix issue with non-contact avatar colors not updating.
rodzic
5d137465e8
commit
9ba1391a1e
|
@ -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);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue