Reading mode snackbar

This commit is contained in:
arkon
2020-06-07 11:14:19 -04:00
parent ca7373c28b
commit 3899938b25
6 changed files with 24 additions and 2 deletions
@@ -83,6 +83,12 @@ class SettingsReaderController : SettingsController() {
titleRes = R.string.pref_show_page_number
defaultValue = true
}
switchPreference {
key = Keys.showReadingMode
titleRes = R.string.pref_show_reading_mode
summaryRes = R.string.pref_show_reading_mode_summary
defaultValue = true
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
switchPreference {
key = Keys.trueColor