Remove println
This commit is contained in:
@@ -226,8 +226,6 @@ fun Lyrics(
|
|||||||
val synchronizedLyrics = remember(lyrics) {
|
val synchronizedLyrics = remember(lyrics) {
|
||||||
SynchronizedLyrics(lyrics) {
|
SynchronizedLyrics(lyrics) {
|
||||||
player.currentPosition
|
player.currentPosition
|
||||||
}.also {
|
|
||||||
println("index: ${it.index}")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user