Loading src/com/android/contacts/ContactsListActivity.java +5 −0 Original line number Diff line number Diff line Loading @@ -3535,6 +3535,11 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC } private void updateIndexer(Cursor cursor) { if (cursor == null) { mIndexer = null; return; } if (mIndexer == null) { mIndexer = getNewIndexer(cursor); } else { Loading Loading
src/com/android/contacts/ContactsListActivity.java +5 −0 Original line number Diff line number Diff line Loading @@ -3535,6 +3535,11 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC } private void updateIndexer(Cursor cursor) { if (cursor == null) { mIndexer = null; return; } if (mIndexer == null) { mIndexer = getNewIndexer(cursor); } else { Loading