commit | 1774a2ff24c4f80d45ca146b4bf78e83a160d04e | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Thu Feb 27 10:32:41 2014 -0800 |
committer | Yorke Lee <yorkelee@google.com> | Thu Feb 27 10:32:41 2014 -0800 |
tree | 105acde298da8f49caee6567511989ae9e197f06 | |
parent | d00877d86b18dc6b67fbd06f53186c92454012b6 [diff] |
Fix Contact photo flicker in People and Dialer Bug: 11634428 Change-Id: Ied6f6dcfe8ae905e6223973d32fb64406ca085a9
diff --git a/src/com/android/contacts/common/ContactPhotoManager.java b/src/com/android/contacts/common/ContactPhotoManager.java index a9bd322..c0be7e8 100644 --- a/src/com/android/contacts/common/ContactPhotoManager.java +++ b/src/com/android/contacts/common/ContactPhotoManager.java
@@ -574,7 +574,6 @@ layers[1] = new BitmapDrawable(mContext.getResources(), cachedBitmap); TransitionDrawable drawable = new TransitionDrawable(layers); view.setImageDrawable(drawable); - drawable.setCrossFadeEnabled(true); drawable.startTransition(FADE_TRANSITION_DURATION); } else { view.setImageBitmap(cachedBitmap);