mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Re-download profile avatars if they fail to load.
This commit is contained in:
@@ -66,4 +66,8 @@ public class ProfileContactPhoto implements ContactPhoto {
|
||||
public int hashCode() {
|
||||
return Objects.hash(recipient, avatarObject, profileAvatarFileDetails);
|
||||
}
|
||||
|
||||
public @NonNull Recipient getRecipient() {
|
||||
return recipient;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user