mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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…
Add table
Reference in a new issue