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 R.string.automatic_orientation
) )
entryValues = arrayOf("0", "1", "2") entryValues = arrayOf("0", "1", "2")
defaultValue = 2 defaultValue = "2"
} }
switchPreference { switchPreference {
key = Keys.invertDoublePages key = Keys.invertDoublePages