Ignore lastProfileFetchTime when determining Recipient equality.

Was resulting in some unnecessary Recipient re-renders during
conversation open.
This commit is contained in:
Greyson Parrelli
2023-02-17 10:12:40 -05:00
parent f066fb8ea2
commit bb8b987833

View File

@@ -1290,7 +1290,6 @@ public class Recipient {
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) &&