reuse listView from AllEpisodesFragment

This commit is contained in:
Tom Hennen 2015-04-16 19:11:36 -04:00
parent b721a5d35f
commit b0b228303c
2 changed files with 1 additions and 3 deletions

View File

@ -62,7 +62,7 @@ public class AllEpisodesFragment extends Fragment {
private static final String PREF_KEY_LIST_SELECTION = "list_selection";
private String prefName;
private DragSortListView listView;
protected DragSortListView listView;
private NewEpisodesListAdapter listAdapter;
private TextView txtvEmpty;
private ProgressBar progLoading;

View File

@ -41,8 +41,6 @@ public class NewEpisodesFragment extends AllEpisodesFragment {
View root = super.onCreateViewHelper(inflater, container, savedInstanceState,
R.layout.new_episodes_fragment, R.string.new_episodes_label);
final DragSortListView listView = (DragSortListView) root.findViewById(android.R.id.list);
listView.setRemoveListener(new DragSortListView.RemoveListener() {
@Override
public void remove(int which) {