Added option to disable changing song by swiping anywhere on the now playing screen
This commit is contained in:
parent
7c5a97c410
commit
8db4afa502
5 changed files with 22 additions and 6 deletions
|
@ -708,6 +708,9 @@ object PreferenceUtil {
|
|||
|
||||
val circlePlayButton
|
||||
get() = sharedPreferences.getBoolean(CIRCLE_PLAY_BUTTON, false)
|
||||
|
||||
val swipeAnywhereToChangeSong
|
||||
get() = sharedPreferences.getBoolean(SWIPE_ANYWHERE_NOW_PLAYING, true)
|
||||
}
|
||||
enum class LyricsType {
|
||||
REPLACE_COVER, OVER_COVER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue