mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Merge pull request #7014 from litetex/fix-double-tapping-replay-button
Fixed double tapping the replay button
This commit is contained in:
commit
46f74b908a
@ -2765,7 +2765,9 @@ public final class Player implements
|
|||||||
Log.d(TAG, "onPlayPause() called");
|
Log.d(TAG, "onPlayPause() called");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getPlayWhenReady()) {
|
if (getPlayWhenReady()
|
||||||
|
// When state is completed (replay button is shown) then (re)play and do not pause
|
||||||
|
&& currentState != STATE_COMPLETED) {
|
||||||
pause();
|
pause();
|
||||||
} else {
|
} else {
|
||||||
play();
|
play();
|
||||||
|
Loading…
Reference in New Issue
Block a user