Animate visibility of LrcView and Fixed LrcView ClickListener
This commit is contained in:
parent
ac40c984b0
commit
076fc1d9c5
2 changed files with 12 additions and 9 deletions
|
@ -169,10 +169,10 @@ class CoverLrcView @JvmOverloads constructor(
|
|||
mCurrentLine = centerLine
|
||||
invalidate()
|
||||
return true
|
||||
} else {
|
||||
callOnClick()
|
||||
return true
|
||||
}
|
||||
} else {
|
||||
callOnClick()
|
||||
return true
|
||||
}
|
||||
return super.onSingleTapConfirmed(e)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue