Merge pull request #1642 from mcginty/canonical-bunk-addresses
don't try to load recipients for each filter text
This commit is contained in:
commit
66aad852f8
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ public class ContactSelectionListAdapter extends CursorAdapter
|
|||
holder.number.setText(numberLabelSpan);
|
||||
}
|
||||
holder.contactPhoto.setImageBitmap(defaultCroppedPhoto);
|
||||
loadBitmap(contactData.number, holder.contactPhoto);
|
||||
if (contactData.id > -1) loadBitmap(contactData.number, holder.contactPhoto);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue