parent
726b972223
commit
372a5e2a49
|
@ -298,10 +298,7 @@ UI.initConference = function () {
|
||||||
//if local role changes buttons state will be again updated
|
//if local role changes buttons state will be again updated
|
||||||
UI.updateLocalRole(false);
|
UI.updateLocalRole(false);
|
||||||
|
|
||||||
// Once we've joined the muc show the toolbar
|
ToolbarToggler.showToolbar();
|
||||||
if (!RingOverlay.isDisplayed()) {
|
|
||||||
ToolbarToggler.showToolbar();
|
|
||||||
}
|
|
||||||
|
|
||||||
let displayName = config.displayJids ? id : Settings.getDisplayName();
|
let displayName = config.displayJids ? id : Settings.getDisplayName();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue