mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-28 00:37:58 +03:00
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue