Skip to content

Commit f5476bc

Browse files
author
Jonathan Raoult
committed
#119 When no media is playing show the "chrome" in desktop mode to avoid the "blank page" syndrom
1 parent 438067a commit f5476bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/controllers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function RootCtrl($scope, $location, $timeout, $templateCache, keyboardShortcutM
7070
}
7171

7272
function shouldIdleChrome() {
73-
return !configuration.forceChrome && !userInteractionManager.userInteracting && !modalOpen;
73+
return !configuration.forceChrome && !userInteractionManager.userInteracting && !modalOpen && orchestrator.playing;
7474
}
7575

7676
function shouldShowScene() {

0 commit comments

Comments
 (0)