Added option to disable changing song by swiping anywhere on the now playing screen

This commit is contained in:
Prathamesh More 2022-01-29 22:35:25 +05:30
parent 7c5a97c410
commit 8db4afa502
5 changed files with 22 additions and 6 deletions

View file

@ -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