Sfoglia il codice sorgente

Reverse the check to use only VIDEO_CONTAINER_TYPE.

j8
damencho 9 anni fa
parent
commit
fe7d05a951
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Vedi File

@@ -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…
Annulla
Salva