Skip to content
Snippets Groups Projects
Commit 89378023 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

MAINT-6990 'Voice chat volume' floater is shown if you click in the right side of resident name

parent 597a68eb
No related branches found
No related tags found
No related merge requests found
......@@ -458,6 +458,11 @@ void LLConversationViewSession::refresh()
}
}
}
if (mSpeakingIndicator)
{
mSpeakingIndicator->setShowParticipantsSpeaking(mIsInActiveVoiceChannel);
}
requestArrange();
// Do the regular upstream refresh
LLFolderViewFolder::refresh();
......
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