This commit is contained in:
kunfei
2022-03-30 11:36:38 +08:00
parent 860f9058d1
commit 7dfcb1893c
@@ -167,6 +167,10 @@ class AudioPlayService : BaseService(),
private fun resume() {
try {
pause = false
if (url.isEmpty()) {
loadContent()
return
}
if (!exoPlayer.isPlaying) {
exoPlayer.play()
}