Fix peertuble toggle button

fix_513
Thomas 8 months ago
parent bdbfd005fa
commit 40251607e5

@ -2227,7 +2227,7 @@ public class PeertubeActivity extends BasePeertubeActivity implements CommentLis
if (autoFullscreen && !fullScreenMode) { if (autoFullscreen && !fullScreenMode) {
setFullScreen(); setFullScreen();
} }
player.setPlayWhenReady(true); player.setPlayWhenReady(!player.isPlaying());
}); });
} }
View exo_next = controlView.findViewById(R.id.exo_next); View exo_next = controlView.findViewById(R.id.exo_next);

Loading…
Cancel
Save