Skip to content

Commit

Permalink
Ignore lastProfileFetchTime when determining Recipient equality.
Browse files Browse the repository at this point in the history
Was resulting in some unnecessary Recipient re-renders during
conversation open.
  • Loading branch information
greyson-signal committed Feb 17, 2023
1 parent f066fb8 commit bb8b987
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,6 @@ public boolean hasSameContent(@NonNull Recipient other) {
expireMessages == other.expireMessages &&
Objects.equals(profileAvatarFileDetails, other.profileAvatarFileDetails) &&
profileSharing == other.profileSharing &&
lastProfileFetch == other.lastProfileFetch &&
forceSmsSelection == other.forceSmsSelection &&
Objects.equals(serviceId, other.serviceId) &&
Objects.equals(username, other.username) &&
Expand Down

0 comments on commit bb8b987

Please sign in to comment.