summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-27 11:11:31 +0200
committerByteHamster <info@bytehamster.com>2020-05-27 11:11:31 +0200
commit31404f72cf972c303c4ea7e0c8ca5aa58dc87d49 (patch)
tree3da4027b563ac3a8a98935f47d3b6ac6d37ae811 /core/src/main/res/values
parent84b9cf9dbb050d078f836c357cf9cd79aa947065 (diff)
downloadAntennaPod-31404f72cf972c303c4ea7e0c8ca5aa58dc87d49.zip
Made notification IDs unique
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/ids.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/values/ids.xml b/core/src/main/res/values/ids.xml
index bfb6fc9be..3c173b72d 100644
--- a/core/src/main/res/values/ids.xml
+++ b/core/src/main/res/values/ids.xml
@@ -18,6 +18,11 @@
<!-- Notifications need unique IDs to update/cancel them -->
<item name="notification_gpodnet_sync_error" type="id"/>
<item name="notification_gpodnet_sync_autherror" type="id"/>
+ <item name="notification_downloading" type="id"/>
+ <item name="notification_download_report" type="id"/>
+ <item name="notification_auto_download_report" type="id"/>
+ <item name="notification_playing" type="id"/>
+ <item name="notification_streaming_confirmation" type="id"/>
<!-- PendingIntent objects that use the same action but different extras need to use a unique request code -->
<item name="pending_intent_download_service_notification" type="id"/>