We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5db42e commit d5313e7Copy full SHA for d5313e7
indra/newview/llavatarlistitem.cpp
@@ -325,7 +325,8 @@ void LLAvatarListItem::setShowProfileBtn(bool show)
325
326
void LLAvatarListItem::showSpeakingIndicator(bool visible)
327
{
328
- if (mSpeakingIndicator)
+ // used only to hide indicator to not contradict with SpeakingIndicatorManager functionality
329
+ if (mSpeakingIndicator && !visible)
330
331
mSpeakingIndicator->setIsActiveChannel(visible);
332
mSpeakingIndicator->setShowParticipantsSpeaking(visible);
0 commit comments