Ignore lastProfileFetchTime when determining Recipient equality.

Was resulting in some unnecessary Recipient re-renders during
conversation open.
main
Greyson Parrelli 2023-02-17 10:12:40 -05:00
rodzic f066fb8ea2
commit bb8b987833
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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) &&