Fix reader settings crash
This commit is contained in:
parent
38fef11287
commit
143d0d2518
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user