mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-12 00:47:17 +01:00
Do not spam toast message when downloading
This commit is contained in:
parent
13bab7f916
commit
82e073908f
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user