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