Add option to reverse tapping

This commit is contained in:
Andreas E
2020-06-21 16:47:18 +02:00
parent ca75400467
commit c54b8e62d7
6 changed files with 21 additions and 2 deletions
@@ -190,6 +190,11 @@ class SettingsReaderController : SettingsController() {
titleRes = R.string.pref_read_with_tapping
defaultValue = true
}
switchPreference {
key = Keys.readWithTappingInverted
titleRes = R.string.pref_read_with_tapping_inverted
defaultValue = false
}.apply { dependency = Keys.readWithTapping }
switchPreference {
key = Keys.readWithLongTap
titleRes = R.string.pref_read_with_long_tap