Skip to content
Snippets Groups Projects
Commit ed716d99 authored by MaximB ProductEngine's avatar MaximB ProductEngine
Browse files

CHUI-588 (Clicking nearby chat toast doesn't highlight proper conversation line item)

parent 059fa6fc
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ void LLFloaterIMSessionTab::onFocusReceived() ...@@ -308,7 +308,7 @@ void LLFloaterIMSessionTab::onFocusReceived()
LLFloaterIMContainer* container = LLFloaterReg::getTypedInstance<LLFloaterIMContainer>("im_container"); LLFloaterIMContainer* container = LLFloaterReg::getTypedInstance<LLFloaterIMContainer>("im_container");
if (container) if (container)
{ {
container->selectConversationPair(mSessionID, ! getHost()); container->selectConversationPair(mSessionID, true);
container->showStub(! getHost()); container->showStub(! getHost());
} }
} }
......
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