diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-10-20 14:53:55 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-10-20 14:53:55 +0300 |
| commit | 6ecf8f2c01dc90c26a8a0ccbd11abc2241debfa9 (patch) | |
| tree | 5b9736f6ed395beb521720c61e64dfbcf13de51d /indra/newview/llnotificationscripthandler.cpp | |
| parent | d2dce17803a545378407d6b7c62fdcd3007a92bc (diff) | |
SL-16184 FIXED Frame stall when friend comes online.
Diffstat (limited to 'indra/newview/llnotificationscripthandler.cpp')
| -rw-r--r-- | indra/newview/llnotificationscripthandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llnotificationscripthandler.cpp b/indra/newview/llnotificationscripthandler.cpp index ba831ab2ed..d896c409d7 100644 --- a/indra/newview/llnotificationscripthandler.cpp +++ b/indra/newview/llnotificationscripthandler.cpp @@ -69,7 +69,8 @@ void LLScriptHandler::initChannel() //-------------------------------------------------------------------------- void LLScriptHandler::addToastWithNotification(const LLNotificationPtr& notification) { - LLToastPanel* notify_box = LLToastPanel::buidPanelFromNotification(notification); + LL_PROFILE_ZONE_SCOPED + LLToastPanel* notify_box = LLToastPanel::buidPanelFromNotification(notification); LLToast::Params p; p.notif_id = notification->getID(); |
