Update default for default reading mode to RTL

Since there's the new overlay and all
This commit is contained in:
Jays2Kings 2021-03-24 21:29:48 -04:00
parent db4eca90e9
commit e487a2350c
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ class PreferencesHelper(val context: Context) {
fun colorFilterMode() = flowPrefs.getInt(Keys.colorFilterMode, 0)
fun defaultViewer() = prefs.getInt(Keys.defaultViewer, 1)
fun defaultViewer() = prefs.getInt(Keys.defaultViewer, 2)
fun imageScaleType() = flowPrefs.getInt(Keys.imageScaleType, 1)

View File

@ -26,7 +26,7 @@ class SettingsReaderController : SettingsController() {
R.string.continuous_vertical
)
entryRange = 1..5
defaultValue = 1
defaultValue = 2
}
intListPreference(activity) {
key = Keys.doubleTapAnimationSpeed