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

Commit 4b0ae924 authored by Evan Millar's avatar Evan Millar Committed by The Android Open Source Project
Browse files

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

parent 853a63a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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();
        }
        }
    }
    }