Set smart reader background as the default

This commit is contained in:
Jobobby04 2020-08-09 20:22:26 -04:00
parent 1211b2c86a
commit f9cf017594
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class PreferencesHelper(val context: Context) {
fun zoomStart() = flowPrefs.getInt(Keys.zoomStart, 1)
fun readerTheme() = flowPrefs.getInt(Keys.readerTheme, 1)
fun readerTheme() = flowPrefs.getInt(Keys.readerTheme, 3)
fun alwaysShowChapterTransition() = flowPrefs.getBoolean(Keys.alwaysShowChapterTransition, true)

View File

@ -80,7 +80,7 @@ class SettingsReaderController : SettingsController() {
titleRes = R.string.pref_reader_theme
entriesRes = arrayOf(R.string.black_background, R.string.gray_background, R.string.white_background, R.string.smart_based_on_page, R.string.smart_based_on_page_and_theme)
entryValues = arrayOf("1", "2", "0", "3", "4")
defaultValue = "1"
defaultValue = "3"
summary = "%s"
}
switchPreference {