Remove duplicate Objects.equals call.

This commit is contained in:
ricebin 2022-02-08 11:52:52 -08:00 committed by Alex Hart
parent 7ef41c0169
commit de3a6a85c9

View file

@ -1201,7 +1201,6 @@ public class Recipient {
profileSharing == other.profileSharing &&
lastProfileFetch == other.lastProfileFetch &&
forceSmsSelection == other.forceSmsSelection &&
Objects.equals(id, other.id) &&
Objects.equals(aci, other.aci) &&
Objects.equals(username, other.username) &&
Objects.equals(e164, other.e164) &&