Skip to content

Commit d5313e7

Browse files
#4091 fix speaker icon is showing all users speaking when anyone is talking
1 parent b5db42e commit d5313e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

indra/newview/llavatarlistitem.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ void LLAvatarListItem::setShowProfileBtn(bool show)
325325

326326
void LLAvatarListItem::showSpeakingIndicator(bool visible)
327327
{
328-
if (mSpeakingIndicator)
328+
// used only to hide indicator to not contradict with SpeakingIndicatorManager functionality
329+
if (mSpeakingIndicator && !visible)
329330
{
330331
mSpeakingIndicator->setIsActiveChannel(visible);
331332
mSpeakingIndicator->setShowParticipantsSpeaking(visible);

0 commit comments

Comments
 (0)