[Lyrics] Reverted to old behaviour of lyrics

i.e. Click Album art to Show Normal lyrics and then to LyricsFragment
This commit is contained in:
Prathamesh More 2021-12-25 20:55:10 +05:30
parent 775271aed4
commit 27485bea2d
3 changed files with 15 additions and 0 deletions

View file

@ -169,6 +169,9 @@ class CoverLrcView @JvmOverloads constructor(
mCurrentLine = centerLine
invalidate()
return true
} else {
callOnClick()
return true
}
}
return super.onSingleTapConfirmed(e)