Skip to content
Snippets Groups Projects
Commit a5861a4a authored by Cho's avatar Cho
Browse files

CHUI-772 FIX User sees no notification of conversation activity not visible in...

CHUI-772 FIX User sees no notification of conversation activity not visible in long scrolling conversation list
Added call to setSelectedSession() from LLConversationViewParticipant::handleMouseDown()
parent a26c1672
No related branches found
No related tags found
No related merge requests found
......@@ -567,6 +567,7 @@ BOOL LLConversationViewParticipant::handleMouseDown( S32 x, S32 y, MASK mask )
LLFloaterIMContainer *im_container = LLFloaterReg::getTypedInstance<LLFloaterIMContainer>("im_container");
LLFloaterIMSessionTab* session_floater = LLFloaterIMSessionTab::findConversation(session_id);
im_container->setSelectedSession(session_id);
im_container->flashConversationItemWidget(session_id,false);
im_container->selectFloater(session_floater);
im_container->collapseMessagesPane(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment