Updated Screenshots
This commit is contained in:
parent
afc309a296
commit
ecc04a3c76
20 changed files with 2 additions and 3 deletions
|
@ -225,7 +225,7 @@ class PlayerAlbumCoverFragment : AbsMusicServiceFragment(R.layout.fragment_playe
|
|||
private fun showLyrics(visible: Boolean) {
|
||||
ObjectAnimator.ofFloat(lrcView, View.ALPHA, if (visible) 1F else 0F).apply {
|
||||
doOnEnd {
|
||||
lrcView.isVisible = visible
|
||||
_binding?.lyricsView?.isVisible = visible
|
||||
}
|
||||
start()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue