diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-29 21:05:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 21:05:02 +0100 |
commit | 8accb546850e5d66aaab310c4cd4a528c058386e (patch) | |
tree | cc6ea8bd7304db5d2dae0467bae04d491137cef2 /core/src/main/res | |
parent | 2fd73b148d012fba7308c86494689103b8aaace4 (diff) | |
download | AntennaPod-8accb546850e5d66aaab310c4cd4a528c058386e.zip |
Move playback service to module (#7042)
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/ids.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/src/main/res/values/ids.xml b/core/src/main/res/values/ids.xml index 8678b4413..8c4091390 100644 --- a/core/src/main/res/values/ids.xml +++ b/core/src/main/res/values/ids.xml @@ -14,8 +14,4 @@ <!-- View types --> <item name="view_type_episode_item" type="id"/> - - <!-- Notifications need unique IDs to update/cancel them --> - <item name="notification_playing" type="id"/> - <item name="notification_streaming_confirmation" type="id"/> -</resources>
\ No newline at end of file +</resources> |