commit | 489faa9fd0b99e7f999492a26e0be7f920052460 | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Wed Mar 31 18:53:31 2010 -0700 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Wed Mar 31 18:53:31 2010 -0700 |
tree | be4b60c646586a594e65c32174b37349bb46344a | |
parent | 517bfe513592afce90b4c84aa075784f6c07ceae [diff] |
Removing photo cache clearing on cursor change Bug: 2562872 Change-Id: I923c92cda498f9073e99f9463bb30ebade3516b7
diff --git a/src/com/android/contacts/ContactsListActivity.java b/src/com/android/contacts/ContactsListActivity.java index 3aa5098..6fd03f7 100644 --- a/src/com/android/contacts/ContactsListActivity.java +++ b/src/com/android/contacts/ContactsListActivity.java
@@ -3287,8 +3287,6 @@ foundContactsText.setText(text); } - mPhotoLoader.clear(); - super.changeCursor(cursor); // Update the indexer for the fast scroll widget updateIndexer(cursor);