Ver código fonte

Update UI.js

Show the toolbar even if in a ring overlay.
master
yanas 8 anos atrás
pai
commit
372a5e2a49
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1
    4
      modules/UI/UI.js

+ 1
- 4
modules/UI/UI.js Ver arquivo

@@ -298,10 +298,7 @@ UI.initConference = function () {
298 298
     //if local role changes buttons state will be again updated
299 299
     UI.updateLocalRole(false);
300 300
 
301
-    // Once we've joined the muc show the toolbar
302
-    if (!RingOverlay.isDisplayed()) {
303
-        ToolbarToggler.showToolbar();
304
-    }
301
+    ToolbarToggler.showToolbar();
305 302
 
306 303
     let displayName = config.displayJids ? id : Settings.getDisplayName();
307 304
 

Carregando…
Cancelar
Salvar