Update src/controllers/playback/video/index.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -403,11 +403,12 @@ import { appRouter } from '../../../components/appRouter';
|
||||
}
|
||||
|
||||
function onFullscreenChanged() {
|
||||
if (!layoutManager.tv) {
|
||||
updateFullscreenIcon();
|
||||
} else if (!playbackManager.isFullscreen(currentPlayer)) {
|
||||
if (!playbackManager.isFullscreen(currentPlayer)) {
|
||||
appRouter.back();
|
||||
return;
|
||||
}
|
||||
|
||||
updateFullscreenIcon();
|
||||
}
|
||||
|
||||
function updateFullscreenIcon() {
|
||||
|
||||
Reference in New Issue
Block a user