summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-04-08 11:02:26 +0300
committerGitHub <noreply@github.com>2025-04-08 11:02:26 +0300
commit417e0c681ecd10ef5dc473f2312dedb966f3c48d (patch)
tree067d603133b4a6eed3c81ce1243b7f864cee99fc /indra
parent75bf8577a15f4bb9fdf9c9a918d2e4893870807f (diff)
#3745 fix for showing system notification on login #2
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llcallingcard.cpp2
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.