Fix reader settings crash

This commit is contained in:
Jobobby04 2021-05-23 17:08:48 -04:00
parent 38fef11287
commit 143d0d2518

View File

@ -526,7 +526,7 @@ class SettingsReaderController : SettingsController() {
R.string.automatic_orientation
)
entryValues = arrayOf("0", "1", "2")
defaultValue = 2
defaultValue = "2"
}
switchPreference {
key = Keys.invertDoublePages