Skip to content

Commit 5fcc3b4

Browse files
committed
[Player] Fix resuming playback
This was caused by #6872
1 parent 7eb13a9 commit 5fcc3b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/util/NavigationHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public static <T> Intent getPlayerIntent(@NonNull final Context context,
8787
}
8888
}
8989
intent.putExtra(Player.PLAYER_TYPE, MainPlayer.PlayerType.VIDEO.ordinal());
90+
intent.putExtra(Player.RESUME_PLAYBACK, true);
9091

9192
return intent;
9293
}

0 commit comments

Comments
 (0)