Display size of toDownload in snackback instead of checkedIds so that size matches the actual number of episodes being downloaded

This commit is contained in:
txtd 2020-01-05 01:40:05 +01:00
parent 7c3e3341c0
commit 22c891ab5b
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ public class EpisodesApplyActionFragment extends Fragment {
e.printStackTrace(); e.printStackTrace();
DownloadRequestErrorDialogCreator.newRequestErrorDialog(getActivity(), e.getMessage()); DownloadRequestErrorDialogCreator.newRequestErrorDialog(getActivity(), e.getMessage());
} }
close(R.plurals.downloading_batch_label, checkedIds.size()); close(R.plurals.downloading_batch_label, toDownload.size());
} }
private void deleteChecked() { private void deleteChecked() {