Commit 40251607 authored by Thomas's avatar Thomas
Browse files

Fix peertuble toggle button

parent bdbfd005
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);