Option to clear chapter cache when MainActivity is closed (closes #5651)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user