Resume playback only after seeking at the tapped queued song
This commit is contained in:
@@ -273,8 +273,8 @@ fun Queue(
|
|||||||
player.play()
|
player.play()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
player.playWhenReady = true
|
|
||||||
player.seekToDefaultPosition(window.firstPeriodIndex)
|
player.seekToDefaultPosition(window.firstPeriodIndex)
|
||||||
|
player.playWhenReady = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user