Enable fast scroll from "pick a folder" dialogs

This commit is contained in:
Jesse Vincent 2009-11-13 03:20:40 +00:00
parent 6daeb6b749
commit 719f7dcd2d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class ChooseFolder extends K9ListActivity
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
getListView().setFastScrollEnabled(true);
getListView().setTextFilterEnabled(true);
getListView().setItemsCanFocus(false);
getListView().setChoiceMode(ListView.CHOICE_MODE_NONE);