Skip to content
Snippets Groups Projects
Commit f2cc1028 authored by Chad Pilkey's avatar Chad Pilkey
Browse files

fixed the mutebtn in the users itemrenderer to be included in the layout

parent 65c28bf9
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,10 @@
muteBtn.enabled = kickUserBtn.enabled = moderator = UserManager.getInstance().getConference().amIModerator();
if (moderator) {
BindingUtils.bindProperty(muteBtn, "visible", voiceJoinedInd, "visible");
muteBtn.includeInLayout = true;
} else {
BindingUtils.bindProperty(muteImg, "visible", voiceJoinedInd, "visible");
muteImg.includeInLayout = true;
}
this.addEventListener(FlexEvent.DATA_CHANGE, dataChangeHandler);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment