Skip to content

Commit 417e0c6

Browse files
#3745 fix for showing system notification on login #2
1 parent 75bf857 commit 417e0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llcallingcard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ void LLAvatarTracker::idleNotifyObservers()
504504

505505
void LLAvatarTracker::notifyObservers()
506506
{
507-
if (mIsNotifyObservers)
507+
if (mIsNotifyObservers || (LLStartUp::getStartupState() <= STATE_INVENTORY_CALLBACKS))
508508
{
509509
// Don't allow multiple calls.
510510
// new masks and ids will be processed later from idle.

0 commit comments

Comments
 (0)