Loading app/src/main/java/app/fedilab/android/peertube/activities/PeertubeActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -2227,7 +2227,7 @@ public class PeertubeActivity extends BasePeertubeActivity implements CommentLis if (autoFullscreen && !fullScreenMode) { setFullScreen(); } player.setPlayWhenReady(true); player.setPlayWhenReady(!player.isPlaying()); }); } View exo_next = controlView.findViewById(R.id.exo_next); Loading Loading
app/src/main/java/app/fedilab/android/peertube/activities/PeertubeActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -2227,7 +2227,7 @@ public class PeertubeActivity extends BasePeertubeActivity implements CommentLis if (autoFullscreen && !fullScreenMode) { setFullScreen(); } player.setPlayWhenReady(true); player.setPlayWhenReady(!player.isPlaying()); }); } View exo_next = controlView.findViewById(R.id.exo_next); Loading