Enable fast scrolling for the search results
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user