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/lltoastpanel.cpp | |
| parent | d2dce17803a545378407d6b7c62fdcd3007a92bc (diff) | |
SL-16184 FIXED Frame stall when friend comes online.
Diffstat (limited to 'indra/newview/lltoastpanel.cpp')
| -rw-r--r-- | indra/newview/lltoastpanel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltoastpanel.cpp b/indra/newview/lltoastpanel.cpp index 100d5ee713..d43da93c61 100644 --- a/indra/newview/lltoastpanel.cpp +++ b/indra/newview/lltoastpanel.cpp @@ -114,7 +114,8 @@ void LLToastPanel::snapToMessageHeight(LLTextBase* message, S32 maxLineCount) LLToastPanel* LLToastPanel::buidPanelFromNotification( const LLNotificationPtr& notification) { - LLToastPanel* res = NULL; + LL_PROFILE_ZONE_SCOPED + LLToastPanel* res = NULL; //process tip toast panels if ("notifytip" == notification->getType()) |
