Merge pull request #3787 from budde25/fix-popup-queue
Fixes enqueue resuming paused videos
This commit is contained in:
commit
38af616e7a
1 changed files with 0 additions and 3 deletions
|
|
@ -166,9 +166,6 @@ public final class PopupVideoPlayer extends Service {
|
||||||
initPopup();
|
initPopup();
|
||||||
initPopupCloseOverlay();
|
initPopupCloseOverlay();
|
||||||
}
|
}
|
||||||
if (!playerImpl.isPlaying()) {
|
|
||||||
playerImpl.getPlayer().setPlayWhenReady(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
playerImpl.handleIntent(intent);
|
playerImpl.handleIntent(intent);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue