diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-02-20 23:15:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 23:15:56 +0100 |
commit | a5d48647768dd498158f82f03f645245f086f867 (patch) | |
tree | 7003a02ae6ce53b8853904d7509c81ee76aced0a /ui/app-start-intent | |
parent | c98194f519c66e5af1575b1c6ffac5af16594141 (diff) | |
download | AntennaPod-a5d48647768dd498158f82f03f645245f086f867.zip |
Add retry button to download failed notifications (#6333)
Diffstat (limited to 'ui/app-start-intent')
-rw-r--r-- | ui/app-start-intent/src/main/res/values/pending_intent.xml | 1 |
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"/> |