Loading src/com/android/contacts/ContactsListActivity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3573,8 +3573,8 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC mIndexer = getNewIndexer(cursor); mIndexer = getNewIndexer(cursor); } } } } } */ */ } Bundle bundle = cursor.getExtras(); Bundle bundle = cursor.getExtras(); if (bundle.containsKey(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_TITLES)) { if (bundle.containsKey(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_TITLES)) { String sections[] = String sections[] = Loading Loading
src/com/android/contacts/ContactsListActivity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3573,8 +3573,8 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC mIndexer = getNewIndexer(cursor); mIndexer = getNewIndexer(cursor); } } } } } */ */ } Bundle bundle = cursor.getExtras(); Bundle bundle = cursor.getExtras(); if (bundle.containsKey(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_TITLES)) { if (bundle.containsKey(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_TITLES)) { String sections[] = String sections[] = Loading