We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1408150 commit 16c79c8Copy full SHA for 16c79c8
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -462,7 +462,9 @@ public void handleIntent(@NonNull final Intent intent) {
462
if (oldPlayerType != playerType && playQueue != null) {
463
// If playerType changes from one to another we should reload the player
464
// (to disable/enable video stream or to set quality)
465
- setRecovery();
+ if (playerType != PlayerType.POPUP) {
466
+ setRecovery();
467
+ }
468
reloadPlayQueueManager();
469
}
470
0 commit comments