diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-04-08 11:02:26 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 11:02:26 +0300 | 
| commit | 417e0c681ecd10ef5dc473f2312dedb966f3c48d (patch) | |
| tree | 067d603133b4a6eed3c81ce1243b7f864cee99fc /indra | |
| parent | 75bf8577a15f4bb9fdf9c9a918d2e4893870807f (diff) | |
#3745 fix for showing system notification on login #2
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llcallingcard.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llcallingcard.cpp b/indra/newview/llcallingcard.cpp index 829b6380cd..76e308a966 100644 --- a/indra/newview/llcallingcard.cpp +++ b/indra/newview/llcallingcard.cpp @@ -504,7 +504,7 @@ void LLAvatarTracker::idleNotifyObservers()  void LLAvatarTracker::notifyObservers()  { -    if (mIsNotifyObservers) +    if (mIsNotifyObservers || (LLStartUp::getStartupState() <= STATE_INVENTORY_CALLBACKS))      {          // Don't allow multiple calls.          // new masks and ids will be processed later from idle. | 
