Explorar el Código

Update UI.js

Show the toolbar even if in a ring overlay.
j8
yanas hace 9 años
padre
commit
372a5e2a49
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1
    4
      modules/UI/UI.js

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

@@ -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
 

Loading…
Cancelar
Guardar