Skip to content
Snippets Groups Projects
Commit 16f5a67e authored by maksymsproductengine's avatar maksymsproductengine
Browse files

CHUI-442 FIXED Nearby chat does not open conversations floater when clicking...

CHUI-442 FIXED Nearby chat does not open conversations floater when clicking first nearby chat toast in a session
parent 4ea44918
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,11 @@ void LLFloaterIMSessionTab::addToHost(const LLUUID& session_id)
|| gSavedSettings.getBOOL("NearbyChatIsNotTornOff"))
{
floater_container->addFloater(conversp, TRUE, LLTabContainer::END);
if (!floater_container->getVisible())
{
LLFloaterReg::toggleInstanceOrBringToFront("im_container");
}
}
else
{
......
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