#2427 Show torn off chat when clicking on a message popup

master
Andrey Kleshchev 2025-10-20 23:54:00 +03:00
parent aa49a3d7e6
commit 528c4b5f31
1 changed files with 5 additions and 0 deletions

View File

@ -1698,6 +1698,11 @@ void LLFloaterIMContainer::showConversation(const LLUUID& session_id)
if (session_floater)
{
session_floater->restoreFloater();
if (session_floater->isTornOff() && session_floater->isMinimized())
{
session_floater->setMinimized(false);
session_floater->setFocus(true);
}
}
}