summaryrefslogtreecommitdiff
path: root/config/spotbugs
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-29 08:55:13 +0100
committerGitHub <noreply@github.com>2024-03-29 08:55:13 +0100
commit13a985ca1e6fae65682c97ee523dec96b2fdeedf (patch)
tree2c17b528c52e63298d499a44b82c3c0aff08ae25 /config/spotbugs
parent1dbda2fb8a070fb30b4314feca839525cfc701eb (diff)
downloadAntennaPod-13a985ca1e6fae65682c97ee523dec96b2fdeedf.zip
Restructure Echo to be more flexible (#7035)
Each screen is its own file, which makes it easier to add interactive elements.
Diffstat (limited to 'config/spotbugs')
-rw-r--r--config/spotbugs/exclude.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml
index 5bc7169e9..e4902dc1b 100644
--- a/config/spotbugs/exclude.xml
+++ b/config/spotbugs/exclude.xml
@@ -26,7 +26,7 @@
</Match>
<Match>
<Bug pattern="ICAST_IDIV_CAST_TO_DOUBLE"/>
- <Class name="de.danoeh.antennapod.ui.echo.screens.RotatingSquaresScreen"/>
+ <Class name="de.danoeh.antennapod.ui.echo.background.RotatingSquaresBackground"/>
</Match>
<Match>
<Bug pattern="MS_CANNOT_BE_FINAL"/>