FIRE-35130 - crash on login with "use legacy notification floater" on
parent
d5274c6c35
commit
b39fd18744
|
|
@ -5665,9 +5665,12 @@ void LLAppViewer::idle()
|
|||
report_interval.reset();
|
||||
}
|
||||
}
|
||||
|
||||
LLFloaterNotificationsTabbed::getInstance()->idle(); // <FS:SimonLsAlt/> Handle deferred notice deletions
|
||||
|
||||
// <FS:SimonLsAlt> Handle deferred notice deletions
|
||||
if(auto* notificationsTabbed = LLFloaterNotificationsTabbed::getInstance())
|
||||
{
|
||||
notificationsTabbed->idle();
|
||||
}
|
||||
// </FS:SimonLsAlt/>
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue