summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-08-02 18:19:38 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-08-02 18:22:38 -0400
commitdbaae4aa69b20ab6a650be73aeb944157ad8b43f (patch)
tree484a3133659b9cea4acb996174d594ad94007942 /app/src/main/res/xml
parent43a7a578e08808a73987c0bd03665057f2fd7501 (diff)
downloadAntennaPod-dbaae4aa69b20ab6a650be73aeb944157ad8b43f.zip
Fixes pictures disappearing in some cases
* Default value for the image cache size should be > 0 * If the image cache size is too small we force it back to default * We should only have once instance of the HTTP client fixes AntennaPod/AntennaPod/#1053
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index bfaba604a..35fb60c58 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -210,7 +210,7 @@
android:title="@string/pref_image_cache_size_title"
android:key="prefImageCacheSize"
android:summary="@string/pref_image_cache_size_sum"
- android:defaultValue="0"/>
+ android:defaultValue="100"/>
<Preference
android:key="prefOpmlExport"
android:title="@string/opml_export_label"/>