Loading src/com/android/contacts/ContactsListActivity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -662,7 +662,7 @@ public final class ContactsListActivity extends ListActivity startQuery(); startQuery(); } else { } else { // Run the filtered query on the adapter // Run the filtered query on the adapter ((ContactItemListAdapter) getListView().getAdapter()).onContentChanged(); ((ContactItemListAdapter) getListAdapter()).onContentChanged(); } } } } Loading Loading
src/com/android/contacts/ContactsListActivity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -662,7 +662,7 @@ public final class ContactsListActivity extends ListActivity startQuery(); startQuery(); } else { } else { // Run the filtered query on the adapter // Run the filtered query on the adapter ((ContactItemListAdapter) getListView().getAdapter()).onContentChanged(); ((ContactItemListAdapter) getListAdapter()).onContentChanged(); } } } } Loading