Remove reader tapping option in favor of disabled nav layouts
This commit is contained in:
@@ -148,8 +148,6 @@ class SettingsReaderController : SettingsController() {
|
||||
entryValues = values.indices.map { index -> "$index" }.toTypedArray()
|
||||
}
|
||||
summary = "%s"
|
||||
|
||||
visibleIf(preferences.readWithTapping()) { it }
|
||||
}
|
||||
listPreference {
|
||||
bindTo(preferences.pagerNavInverted())
|
||||
@@ -167,8 +165,6 @@ class SettingsReaderController : SettingsController() {
|
||||
TappingInvertMode.BOTH.name
|
||||
)
|
||||
summary = "%s"
|
||||
|
||||
visibleIf(preferences.readWithTapping()) { it }
|
||||
}
|
||||
intListPreference {
|
||||
bindTo(preferences.imageScaleType())
|
||||
@@ -231,7 +227,6 @@ class SettingsReaderController : SettingsController() {
|
||||
entryValues = values.indices.map { index -> "$index" }.toTypedArray()
|
||||
}
|
||||
summary = "%s"
|
||||
visibleIf(preferences.readWithTapping()) { it }
|
||||
}
|
||||
listPreference {
|
||||
bindTo(preferences.webtoonNavInverted())
|
||||
@@ -249,8 +244,6 @@ class SettingsReaderController : SettingsController() {
|
||||
TappingInvertMode.BOTH.name
|
||||
)
|
||||
summary = "%s"
|
||||
|
||||
visibleIf(preferences.readWithTapping()) { it }
|
||||
}
|
||||
intListPreference {
|
||||
bindTo(preferences.webtoonSidePadding())
|
||||
@@ -299,10 +292,6 @@ class SettingsReaderController : SettingsController() {
|
||||
preferenceCategory {
|
||||
titleRes = R.string.pref_reader_navigation
|
||||
|
||||
switchPreference {
|
||||
bindTo(preferences.readWithTapping())
|
||||
titleRes = R.string.pref_read_with_tapping
|
||||
}
|
||||
switchPreference {
|
||||
bindTo(preferences.readWithVolumeKeys())
|
||||
titleRes = R.string.pref_read_with_volume_keys
|
||||
|
||||
Reference in New Issue
Block a user