Fix string for preference key
This commit is contained in:
parent
c54b8e62d7
commit
d0f1a33744
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ object PreferenceKeys {
|
|||
|
||||
const val readWithTapping = "reader_tap"
|
||||
|
||||
const val readWithTappingInverted = "reader_volume_keys_inverted"
|
||||
const val readWithTappingInverted = "reader_tapping_inverted"
|
||||
|
||||
const val readWithLongTap = "reader_long_tap"
|
||||
|
||||
|
|
Reference in a new issue