From b39fd1874491c38e764b9e6a963c98df3e58435a Mon Sep 17 00:00:00 2001 From: Beq Date: Thu, 6 Feb 2025 01:53:56 +0000 Subject: [PATCH] FIRE-35130 - crash on login with "use legacy notification floater" on --- indra/newview/llappviewer.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c68b9a5e4b..9da6394595 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -5665,9 +5665,12 @@ void LLAppViewer::idle() report_interval.reset(); } } - - LLFloaterNotificationsTabbed::getInstance()->idle(); // Handle deferred notice deletions - + // Handle deferred notice deletions + if(auto* notificationsTabbed = LLFloaterNotificationsTabbed::getInstance()) + { + notificationsTabbed->idle(); + } + // // Update layonts, handle mouse events, tooltips, e t c // updateUI() needs to be called even in case viewer disconected // since related notification still needs handling and allows