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

CHUI-869 FIXED Clicking on toast will restore Message pane.

parent 72af9ed2
Branches
Tags
No related merge requests found
......@@ -348,6 +348,11 @@ bool LLFloaterIMNearbyChat::isChatVisible() const
void LLFloaterIMNearbyChat::showHistory()
{
openFloater();
if(!isMessagePaneExpanded())
{
restoreFloater();
setFocus(true);
}
setResizeLimits(getMinWidth(), EXPANDED_MIN_HEIGHT);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment