bulk edit - no longer defaulted to check all

This commit is contained in:
orionlee 2019-04-02 17:34:48 -07:00
parent 3768dfb0ff
commit 48cf33d7da
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ public class EpisodesApplyActionFragment extends Fragment {
mAdapter = new ArrayAdapter<>(getActivity(), mAdapter = new ArrayAdapter<>(getActivity(),
R.layout.simple_list_item_multiple_choice_on_start, titles); R.layout.simple_list_item_multiple_choice_on_start, titles);
mListView.setAdapter(mAdapter); mListView.setAdapter(mAdapter);
/// checkAll(); // TODO: no longer check all by default
saveActionBarTitle(); // needed when we dynamically change the title based on selection saveActionBarTitle(); // needed when we dynamically change the title based on selection