Do not spam toast message when downloading

This commit is contained in:
ByteHamster 2020-03-18 00:36:44 +01:00
parent 13bab7f916
commit 82e073908f

View File

@ -72,7 +72,6 @@ public class DownloadActionButton extends ItemActionButton {
private void downloadEpisode(Context context) {
try {
DownloadRequester.getInstance().downloadMedia(context, item);
Toast.makeText(context, R.string.status_downloading_label, Toast.LENGTH_SHORT).show();
} catch (DownloadRequestException e) {
e.printStackTrace();
DownloadRequestErrorDialogCreator.newRequestErrorDialog(context, e.getMessage());