summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-07-30 21:54:22 +0200
committerGitHub <noreply@github.com>2021-07-30 21:54:22 +0200
commit324761fd09967f1c4356c7b2f4a010e5e18910e3 (patch)
tree95fbbc4c415efd1db98319860818407e7eabbdb9 /core/src/main/res/values/arrays.xml
parent67579f9a22c0c835abecbcec33d69e4374b38a65 (diff)
parent6d63186e3b19b5ab8cb7350689ac30716496bb01 (diff)
downloadAntennaPod-324761fd09967f1c4356c7b2f4a010e5e18910e3.zip
Merge pull request #5308 from ByteHamster/remove-cache-size
Remove image cache size setting and choose size automatically
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 290c8635f..97b677362 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -270,22 +270,6 @@
<item>DURATION_LONG_SHORT</item>
</string-array>
- <string-array name="image_cache_size_options">
- <item>20 MiB</item>
- <item>50 MiB</item>
- <item>100 MiB</item>
- <item>250 MiB</item>
- <item>500 MiB</item>
- </string-array>
-
- <string-array name="image_cache_size_values">
- <item>20</item>
- <item>50</item>
- <item>100</item>
- <item>250</item>
- <item>500</item>
- </string-array>
-
<string-array name="compact_notification_buttons_options">
<item>@string/rewind_label</item>
<item>@string/fast_forward_label</item>