Fix typo error in previous commit
This commit is contained in:
parent
fb40893c3f
commit
ebba743747
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public final class ContactHelper {
|
|||
|
||||
Uri contactUri = ContentUris.withAppendedId(android.provider.ContactsContract.Contacts.CONTENT_URI, id);
|
||||
Uri photoUri = Uri.withAppendedPath(contactUri, android.provider.ContactsContract.Contacts.Photo.CONTENT_DIRECTORY);
|
||||
if (photoUri == null) {
|
||||
// if (photoUri == null) {
|
||||
// continue;
|
||||
// }
|
||||
String[] photoProj = {android.provider.ContactsContract.CommonDataKinds.Photo.PHOTO};
|
||||
|
|
Loading…
Reference in a new issue