summaryrefslogtreecommitdiff
path: root/core/src/main/java/de/danoeh
diff options
context:
space:
mode:
authorNathan Mascitelli <mascitelli.nathan@gmail.com>2020-03-24 21:12:02 -0400
committerNathan Mascitelli <mascitelli.nathan@gmail.com>2020-03-24 21:12:02 -0400
commit9637734000d399ffaa8739f5a3f1c1624b2a6a37 (patch)
tree804d2c02c2157f72cebef3d7988561c9f24aef3b /core/src/main/java/de/danoeh
parent125fa3932e84b7b13c9994b07b82abc8656bd0f9 (diff)
downloadAntennaPod-9637734000d399ffaa8739f5a3f1c1624b2a6a37.zip
Add and use new icon
Diffstat (limited to 'core/src/main/java/de/danoeh')
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadServiceNotification.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadServiceNotification.java b/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadServiceNotification.java
index 8a1008f37..b6a7cc89e 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadServiceNotification.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadServiceNotification.java
@@ -145,7 +145,7 @@ public class DownloadServiceNotification {
// We are generating an auto-download report
channelId = NotificationUtils.CHANNEL_ID_AUTO_DOWNLOAD;
titleId = R.string.auto_download_report_title;
- iconId = R.drawable.stat_notify_sync;
+ iconId = R.drawable.auto_download_complete;
intent = ClientConfig.downloadServiceCallbacks.getAutoDownloadReportNotificationContentIntent(context);
id = AUTO_REPORT_ID;
StringBuilder sb = new StringBuilder();