Fix another Screenfull issue

This commit is contained in:
MrTimscampi 2020-04-26 16:16:48 +02:00
parent eb6f70240a
commit cf6cb0ac1d

View File

@ -795,7 +795,9 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
dlg.parentNode.removeChild(dlg);
}
screenfull.exit();
if (screenfull.isEnabled) {
screenfull.exit();
}
};
function onEnded() {