commit | ecfc26c3f9495f1a4efed69a1582ff2b0deb2c71 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <lehmannd@google.com> | Mon Sep 12 17:44:35 2011 -0700 |
committer | Katherine Kuan <katherinekuan@google.com> | Wed Sep 14 19:47:46 2011 -0700 |
tree | 3fe39b063409b8b04daf43a1897e39ffb05a5724 | |
parent | 6c40fb564cb810eaae14548abff85d8871601c63 [diff] [blame] |
New avatars Bug:5074147 Change-Id: I583d22c63a7b617567c523efeed292ae1e2be7e4
diff --git a/src/com/android/contacts/CallDetailActivity.java b/src/com/android/contacts/CallDetailActivity.java index 7d9b758..b7ccffc 100644 --- a/src/com/android/contacts/CallDetailActivity.java +++ b/src/com/android/contacts/CallDetailActivity.java
@@ -611,7 +611,7 @@ /** Load the contact photos and places them in the corresponding views. */ private void loadContactPhotos(Uri photoUri) { - mContactPhotoManager.loadPhoto(mContactBackgroundView, photoUri); + mContactPhotoManager.loadPhoto(mContactBackgroundView, photoUri, true, true); } private String getVoicemailNumber() {