Added an option to disable the new caching mechanism completely

This commit is contained in:
Viktor De Pasquale
2019-07-09 20:08:59 +02:00
committed by John Wu
parent 9542ca773f
commit 40b683111c
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -15,6 +15,12 @@
android:defaultValue="@string/empty"
android:title="@string/language"/>
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="download_cache"
android:summary="@string/settings_download_cache_summary"
android:title="@string/settings_download_cache_title" />
<Preference
android:key="clear"
android:title="@string/settings_clear_cache_title"