Skip to content

Commit

Permalink
Removed call to setRecovery() entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
Thompson3142 committed Nov 24, 2024
1 parent 16c79c8 commit f9711a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/org/schabi/newpipe/player/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ public void handleIntent(@NonNull final Intent intent) {
if (oldPlayerType != playerType && playQueue != null) {
// If playerType changes from one to another we should reload the player
// (to disable/enable video stream or to set quality)
if (playerType != PlayerType.POPUP) {
setRecovery();
}
reloadPlayQueueManager();
}

Expand Down

0 comments on commit f9711a3

Please sign in to comment.