Преглед изворни кода

Reverse the check to use only VIDEO_CONTAINER_TYPE.

master
damencho пре 9 година
родитељ
комит
fe7d05a951
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Прегледај датотеку

@@ -374,7 +374,7 @@ var VideoLayout = {
374 374
         // the current dominant speaker.
375 375
         if ((!focusedVideoResourceJid &&
376 376
             !currentDominantSpeaker &&
377
-            !this.isLargeContainerTypeVisible(SHARED_VIDEO_CONTAINER_TYPE)) ||
377
+            this.isLargeContainerTypeVisible(VIDEO_CONTAINER_TYPE)) ||
378 378
             focusedVideoResourceJid === resourceJid ||
379 379
             (resourceJid &&
380 380
                 currentDominantSpeaker === resourceJid)) {

Loading…
Откажи
Сачувај