Re-download profile avatars if they fail to load.

This commit is contained in:
Cody Henthorne
2023-10-04 15:00:52 -04:00
committed by GitHub
parent 9a249b0dec
commit 3dfd1c98ba
3 changed files with 63 additions and 13 deletions

View File

@@ -66,4 +66,8 @@ public class ProfileContactPhoto implements ContactPhoto {
public int hashCode() {
return Objects.hash(recipient, avatarObject, profileAvatarFileDetails);
}
public @NonNull Recipient getRecipient() {
return recipient;
}
}