Enable fast scrolling for the search results

This commit is contained in:
Daniel Martí 2013-07-08 15:45:44 +02:00
parent 5230da8d68
commit 2d11283db5

@ -131,6 +131,7 @@ public class SearchResults extends ListActivity {
for (DB.App app : apps) {
applist.addItem(app);
}
getListView().setFastScrollEnabled(true);
applist.notifyDataSetChanged();
setListAdapter(applist);