summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-02-20 23:15:56 +0100
committerGitHub <noreply@github.com>2023-02-20 23:15:56 +0100
commita5d48647768dd498158f82f03f645245f086f867 (patch)
tree7003a02ae6ce53b8853904d7509c81ee76aced0a /ui
parentc98194f519c66e5af1575b1c6ffac5af16594141 (diff)
downloadAntennaPod-a5d48647768dd498158f82f03f645245f086f867.zip
Add retry button to download failed notifications (#6333)
Diffstat (limited to 'ui')
-rw-r--r--ui/app-start-intent/src/main/res/values/pending_intent.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app-start-intent/src/main/res/values/pending_intent.xml b/ui/app-start-intent/src/main/res/values/pending_intent.xml
index ed7e9b2cd..c0864046c 100644
--- a/ui/app-start-intent/src/main/res/values/pending_intent.xml
+++ b/ui/app-start-intent/src/main/res/values/pending_intent.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="pending_intent_download_service_notification" type="id"/>
+ <item name="pending_intent_download_service_retry" type="id"/>
<item name="pending_intent_download_service_auth" type="id"/>
<item name="pending_intent_download_service_report" type="id"/>
<item name="pending_intent_download_service_autodownload_report" type="id"/>