Resume playback only after seeking at the tapped queued song
This commit is contained in:
parent
dcab9c6ad2
commit
69e6d52fcf
1 changed files with 1 additions and 1 deletions
|
@ -273,8 +273,8 @@ fun Queue(
|
|||
player.play()
|
||||
}
|
||||
} else {
|
||||
player.playWhenReady = true
|
||||
player.seekToDefaultPosition(window.firstPeriodIndex)
|
||||
player.playWhenReady = true
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue