summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-03 20:01:19 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-03 20:01:19 +0800
commitf5e7c3a874dcbc4ea8ae23248c2685335bf1eacf (patch)
tree874d4e3cb4ccc81945569a6a3497f8fc6cc23525 /indra/newview/llconversationview.cpp
parent70ee556ebdd87ee8e7813a497882206d990c62e3 (diff)
parentc743ea2b6dc60312b29f2fb5972171ead26ee448 (diff)
Merge tag 'Second_Life_Release#c743ea2b-2025.07' into 2025.07
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rw-r--r--indra/newview/llconversationview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index 0e0ab236d6..99d770b6e2 100644
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -543,7 +543,7 @@ void LLConversationViewSession::onCurrentVoiceSessionChanged(const LLUUID& sessi
{
bool old_value = mIsInActiveVoiceChannel;
mIsInActiveVoiceChannel = vmi->getUUID() == session_id;
- mCallIconLayoutPanel->setVisible(mIsInActiveVoiceChannel);
+ mCallIconLayoutPanel->setVisible(mIsInActiveVoiceChannel && !LLVoiceChannel::isSuspended());
if (old_value != mIsInActiveVoiceChannel)
{
refresh();