Merge pull request #790 from jitsi/show-toolbar-in-ring-overlay

Show the toolbar even if in a ring overlay
This commit is contained in:
Paweł Domas 2016-08-16 15:07:51 -05:00 committed by GitHub
commit 57506934f2
1 changed files with 1 additions and 4 deletions

View File

@ -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();
}
let displayName = config.displayJids ? id : Settings.getDisplayName();