Enable fast scrolling for the server list

This commit is contained in:
Adam Baker 2015-05-06 23:08:26 +01:00
parent dc293bdd22
commit ba381244c9

View file

@ -250,6 +250,7 @@ public class ServerFragment extends ListFragment implements OnBackPressedListene
mCurrentServer = server;
getFiles(ROOT_DIRECTORY);
mEmptyView.setText(R.string.folder_list_empty);
getListView().setFastScrollEnabled(true);
}
/**