mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Update retrieve profile job.
This commit is contained in:
committed by
Michelle Tang
parent
1800507604
commit
778db277c8
@@ -125,7 +125,7 @@ public class RetrieveProfileAvatarJob extends BaseJob {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else if (profileAvatar != null && profileAvatar.equals(recipient.resolve().getProfileAvatar())) {
|
} else if (profileAvatar != null && profileAvatar.equals(recipient.resolve().getProfileAvatar())) {
|
||||||
Log.w(TAG, "Already retrieved profile avatar: " + profileAvatar);
|
Log.w(TAG, "Already retrieved profile avatar: ***" + profileAvatar.substring(profileAvatar.length() - 3));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user