Enable fast scrolling for the server list
This commit is contained in:
parent
dc293bdd22
commit
ba381244c9
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ public class ServerFragment extends ListFragment implements OnBackPressedListene
|
||||||
mCurrentServer = server;
|
mCurrentServer = server;
|
||||||
getFiles(ROOT_DIRECTORY);
|
getFiles(ROOT_DIRECTORY);
|
||||||
mEmptyView.setText(R.string.folder_list_empty);
|
mEmptyView.setText(R.string.folder_list_empty);
|
||||||
|
getListView().setFastScrollEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue