Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc1d6cb0 authored by Romain Guy's avatar Romain Guy Committed by The Android Open Source Project
Browse files

Automated import from //branches/cupcake/...@141830,141830

parent ceb8e3c1
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -656,7 +656,14 @@ public final class ContactsListActivity extends ListActivity
        super.onRestart();

        // The cursor was killed off in onStop(), so we need to get a new one here
        // We do not perform the query if a filter is set on the list because the
        // filter will cause the query to happen anyway
        if (TextUtils.isEmpty(getListView().getTextFilter())) {
            startQuery();
        } else {
            // Run the filtered query on the adapter
            ((ContactItemListAdapter) getListView().getAdapter()).onContentChanged();
        }
    }
    
    private void updateGroup() {