OSDN Git Service

Removing photo cache clearing on cursor change
authorDmitri Plotnikov <dplotnikov@google.com>
Thu, 1 Apr 2010 01:53:31 +0000 (18:53 -0700)
committerDmitri Plotnikov <dplotnikov@google.com>
Thu, 1 Apr 2010 01:53:31 +0000 (18:53 -0700)
Bug: 2562872
Change-Id: I923c92cda498f9073e99f9463bb30ebade3516b7

src/com/android/contacts/ContactsListActivity.java

index 3aa5098..6fd03f7 100644 (file)
@@ -3287,8 +3287,6 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC
                 foundContactsText.setText(text);
             }
 
-            mPhotoLoader.clear();
-
             super.changeCursor(cursor);
             // Update the indexer for the fast scroll widget
             updateIndexer(cursor);