From 372a5e2a4993251b4d511bf29f01454a41e0d286 Mon Sep 17 00:00:00 2001 From: yanas Date: Tue, 16 Aug 2016 13:44:34 -0500 Subject: [PATCH] Update UI.js Show the toolbar even if in a ring overlay. --- modules/UI/UI.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/UI/UI.js b/modules/UI/UI.js index 6a570eeaf..e57fe2251 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -298,10 +298,7 @@ UI.initConference = function () { //if local role changes buttons state will be again updated UI.updateLocalRole(false); - // Once we've joined the muc show the toolbar - if (!RingOverlay.isDisplayed()) { - ToolbarToggler.showToolbar(); - } + ToolbarToggler.showToolbar(); let displayName = config.displayJids ? id : Settings.getDisplayName();