Bläddra i källkod

Update UI.js

Show the toolbar even if in a ring overlay.
j8
yanas 9 år sedan
förälder
incheckning
372a5e2a49
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1
    4
      modules/UI/UI.js

+ 1
- 4
modules/UI/UI.js Visa fil

298
     //if local role changes buttons state will be again updated
298
     //if local role changes buttons state will be again updated
299
     UI.updateLocalRole(false);
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
     let displayName = config.displayJids ? id : Settings.getDisplayName();
303
     let displayName = config.displayJids ? id : Settings.getDisplayName();
307
 
304
 

Laddar…
Avbryt
Spara