summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authormengsun <msun@codeaurora.org>2014-09-19 16:22:24 +0800
committerMatt Garnes <matt@cyngn.com>2014-11-13 17:15:21 -0800
commit0f005ceec33b87b4a14933ce7a97998eb16b4018 (patch)
tree71f08d5b0c1abcb1d6a55827e6e6c9b1a26f31e4 /src/com
parentd98198895b4eab262ff1dcfada45028ae4841484 (diff)
downloadpackages_apps_InCallUI-0f005ceec33b87b4a14933ce7a97998eb16b4018.tar.gz
packages_apps_InCallUI-0f005ceec33b87b4a14933ce7a97998eb16b4018.tar.bz2
packages_apps_InCallUI-0f005ceec33b87b4a14933ce7a97998eb16b4018.zip
InCallUI: Fix build error due to ContactsCommon api changes
Change-Id: Ie4a6fc278a7bd08c36ff6aba2571b9df0e56a7f8
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/incallui/ConferenceManagerFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/incallui/ConferenceManagerFragment.java b/src/com/android/incallui/ConferenceManagerFragment.java
index ad7ddf8f..e08d2f9b 100644
--- a/src/com/android/incallui/ConferenceManagerFragment.java
+++ b/src/com/android/incallui/ConferenceManagerFragment.java
@@ -145,7 +145,7 @@ public class ConferenceManagerFragment
DefaultImageRequest imageRequest = (photoUri != null) ? null :
new DefaultImageRequest(callerName, lookupKey, true /* isCircularPhoto */);
- mContactPhotoManager.loadDirectoryPhoto(photoView, photoUri, false, true, imageRequest);
+ mContactPhotoManager.loadDirectoryPhoto(photoView, photoUri, null, false, true, imageRequest);
// set the caller name
nameTextView.setText(callerName);