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) {
|
for (DB.App app : apps) {
|
||||||
applist.addItem(app);
|
applist.addItem(app);
|
||||||
}
|
}
|
||||||
|
getListView().setFastScrollEnabled(true);
|
||||||
applist.notifyDataSetChanged();
|
applist.notifyDataSetChanged();
|
||||||
setListAdapter(applist);
|
setListAdapter(applist);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user