kopia lustrzana https://github.com/ryukoposting/Signal-Android
Remove duplicate Objects.equals call.
rodzic
7ef41c0169
commit
de3a6a85c9
|
@ -1201,7 +1201,6 @@ public class Recipient {
|
||||||
profileSharing == other.profileSharing &&
|
profileSharing == other.profileSharing &&
|
||||||
lastProfileFetch == other.lastProfileFetch &&
|
lastProfileFetch == other.lastProfileFetch &&
|
||||||
forceSmsSelection == other.forceSmsSelection &&
|
forceSmsSelection == other.forceSmsSelection &&
|
||||||
Objects.equals(id, other.id) &&
|
|
||||||
Objects.equals(aci, other.aci) &&
|
Objects.equals(aci, other.aci) &&
|
||||||
Objects.equals(username, other.username) &&
|
Objects.equals(username, other.username) &&
|
||||||
Objects.equals(e164, other.e164) &&
|
Objects.equals(e164, other.e164) &&
|
||||||
|
|
Ładowanie…
Reference in New Issue