Directly play video

This commit is contained in:
12aw 2023-12-09 17:33:17 +01:00
parent cf693553ae
commit 7005813ecc

View file

@ -466,7 +466,7 @@ public class MediaViewerActivity extends XmppActivity implements AudioManager.On
private void pausePlayer() {
if (player != null && isVideo && isPlaying()) {
player.setPlayWhenReady(false);
player.setPlayWhenReady(true);
player.getPlaybackState();
if (Compatibility.runsTwentyFour() && isInPictureInPictureMode()) {
hideFAB();