Weird NPE

pull/1/head
Moxie Marlinspike 12 years ago
parent c83d57aa59
commit fa5e993191

@ -131,6 +131,8 @@ public class ConversationListItem extends RelativeLayout {
}
private void setContactPhoto(final Recipient recipient) {
if (recipient == null) return;
if (isBadgeEnabled()) {
contactPhotoBadge.setImageBitmap(recipient.getContactPhoto());
contactPhotoBadge.assignContactFromPhone(recipient.getNumber(), true);

Loading…
Cancel
Save