summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-03-01 17:16:07 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-03-01 17:16:07 +0200
commitba608514e1f2e7c05706fc3740d64b8390fbdb69 (patch)
tree63af7c8a80b830d78739343096d219a67b560041 /indra/newview/llconversationview.cpp
parentbc8bf1cb54ff4322d355d438947cac7bf3320fd4 (diff)
SL-13609 Don't use any icon for Nearby chat
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rw-r--r--indra/newview/llconversationview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index 71346b4b43..7c9027d1b5 100644
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -249,8 +249,8 @@ BOOL LLConversationViewSession::postBuild()
}
case LLConversationItem::CONV_SESSION_NEARBY:
{
- LLIconCtrl* icon = mItemPanel->getChild<LLIconCtrl>("nearby_chat_icon");
- icon->setVisible(true);
+ mItemPanel->getChild<LLLayoutPanel>("session_icon_panel")->setVisible(false);
+
mSpeakingIndicator->setSpeakerId(gAgentID, LLUUID::null, true);
mIsInActiveVoiceChannel = true;
if(LLVoiceClient::instanceExists())