mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Fix peertuble toggle button
This commit is contained in:
parent
bdbfd005fa
commit
40251607e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue