mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 17:18:50 -05:00
Enable fast scroll from "pick a folder" dialogs
This commit is contained in:
parent
6daeb6b749
commit
719f7dcd2d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user