Removed old preference
This commit is contained in:
parent
8f1b23d631
commit
bd5fc2bdb6
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ constructor(
|
|||
Constants.PREF_PLAYER_PREFERRED_QUALITY,
|
||||
"Original"
|
||||
)!!
|
||||
|
||||
val displayExtendedTitle get() = sharedPreferences.getBoolean(Constants.PREF_DISPLAY_EXTENDED_TITLE, false)
|
||||
|
||||
val playerGestures get() = sharedPreferences.getBoolean(Constants.PREF_PLAYER_GESTURES, true)
|
||||
val playerGesturesVB get() = sharedPreferences.getBoolean(Constants.PREF_PLAYER_GESTURES_VB, true)
|
||||
val playerGesturesZoom get() = sharedPreferences.getBoolean(Constants.PREF_PLAYER_GESTURES_ZOOM, true)
|
||||
|
|
Loading…
Reference in a new issue