Fix reader settings crash
This commit is contained in:
parent
38fef11287
commit
143d0d2518
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ class SettingsReaderController : SettingsController() {
|
|||
R.string.automatic_orientation
|
||||
)
|
||||
entryValues = arrayOf("0", "1", "2")
|
||||
defaultValue = 2
|
||||
defaultValue = "2"
|
||||
}
|
||||
switchPreference {
|
||||
key = Keys.invertDoublePages
|
||||
|
|
|
|||
Loading…
Reference in a new issue