summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-06 21:53:40 +0100
committerGitHub <noreply@github.com>2024-03-06 21:53:40 +0100
commit7c14534179dea49b166aff9015bf6a9e72482a32 (patch)
tree1d7a372186b6ec9cf162d922ebf9b8dedf716db3 /config
parent68ec4e2527bd495bd35386d102325308a5f36d85 (diff)
downloadAntennaPod-7c14534179dea49b166aff9015bf6a9e72482a32.zip
Remove TriangleLabelView (#6963)
Since we redesigned the subscriptions page, this class is unused.
Diffstat (limited to 'config')
-rw-r--r--config/spotbugs/exclude.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml
index b80c0550c..7469f93e3 100644
--- a/config/spotbugs/exclude.xml
+++ b/config/spotbugs/exclude.xml
@@ -65,10 +65,6 @@
<Class name="de.danoeh.antennapod.ui.home.sections.EpisodesSurpriseSection"/>
</Match>
<Match>
- <Bug pattern="URF_UNREAD_FIELD"/>
- <Class name="de.danoeh.antennapod.ui.common.TriangleLabelView$PaintHolder"/>
- </Match>
- <Match>
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
<Class name="de.danoeh.antennapod.playback.base.PlaybackServiceMediaPlayer"/>
</Match>