Option to clear chapter cache when MainActivity is closed (closes #5651)

This commit is contained in:
arkon
2021-11-19 10:50:52 -05:00
parent a2c830b908
commit 98822a39d9
5 changed files with 18 additions and 1 deletions
@@ -132,6 +132,11 @@ class SettingsAdvancedController : SettingsController() {
onClick { clearChapterCache() }
}
switchPreference {
key = Keys.autoClearChapterCache
titleRes = R.string.pref_auto_clear_chapter_cache
defaultValue = false
}
preference {
key = "pref_clear_database"
titleRes = R.string.pref_clear_database