summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/dialer/calllog/ContactInfoHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/dialer/calllog/ContactInfoHelper.java b/src/com/android/dialer/calllog/ContactInfoHelper.java
index ff0dee5d5..8b17ece07 100644
--- a/src/com/android/dialer/calllog/ContactInfoHelper.java
+++ b/src/com/android/dialer/calllog/ContactInfoHelper.java
@@ -226,7 +226,7 @@ public class ContactInfoHelper {
info.photoId = phonesCursor.getLong(
phonesCursor.getColumnIndexOrThrow("photo_id"));
info.photoUri = UriUtils.parseUriOrNull(phonesCursor.getString(
- phonesCursor.getColumnIndexOrThrow("photo_file_id")));
+ phonesCursor.getColumnIndexOrThrow("photo_uri")));
} catch (IllegalArgumentException e) {
Log.e(TAG, "Contact information invalid, cannot find needed column(s)",
e);