Skip to content
Snippets Groups Projects
Commit 418b0334 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

CHUI-716 FIXED Call onClickCloseBtn() to avoid complete disappearing of torn off Nearby chat.

parent 5b143ee2
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,7 @@ void LLFloaterIMNearbyChat::onOpen(const LLSD& key)
void LLFloaterIMNearbyChat::onClose(bool app_quitting)
{
// Override LLFloaterIMSessionTab::onClose() so that Nearby Chat is not removed from the conversation floater
onClickCloseBtn();
}
// virtual
......
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