Skip to content
Snippets Groups Projects
Commit e7278008 authored by Alexei Arabadji's avatar Alexei Arabadji
Browse files

fixed EXT-3748 “Clicking notification toast related to an alert in

Notification well should not close Notification well”,
included toast inspector to transient manager exclude list;

--HG--
branch : product-engine
parent a42ef84b
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
#include "llfloaterreg.h"
#include "llscreenchannel.h"
#include "llchannelmanager.h"
#include "lltransientfloatermgr.h"
using namespace LLNotificationsUI;
......@@ -70,10 +71,12 @@ LLInspectToast::LLInspectToast(const LLSD& notification_id) :
llwarns << "Could not get requested screen channel." << llendl;
return;
}
LLTransientFloaterMgr::getInstance()->addControlView(this);
}
LLInspectToast::~LLInspectToast()
{
LLTransientFloaterMgr::getInstance()->removeControlView(this);
}
void LLInspectToast::onOpen(const LLSD& notification_id)
......
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