Fix peertuble toggle button
This commit is contained in:
parent
bdbfd005fa
commit
40251607e5
|
@ -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…
Reference in New Issue