Skip to content
Snippets Groups Projects
Commit 57b21335 authored by mberezhnoy's avatar mberezhnoy
Browse files

CHUI-953 (Viewer does not quit after confirming to quit first time)

removed DND hack
parent 773a2963
No related branches found
No related tags found
No related merge requests found
...@@ -2121,8 +2121,8 @@ void LLFloaterIMContainer::closeFloater(bool app_quitting/* = false*/) ...@@ -2121,8 +2121,8 @@ void LLFloaterIMContainer::closeFloater(bool app_quitting/* = false*/)
{ {
if(app_quitting) if(app_quitting)
{ {
gAgent.setDoNotDisturb(true);
closeAllConversations(); closeAllConversations();
onClickCloseBtn();
} }
// Check for currently active session // Check for currently active session
...@@ -2139,11 +2139,6 @@ void LLFloaterIMContainer::closeFloater(bool app_quitting/* = false*/) ...@@ -2139,11 +2139,6 @@ void LLFloaterIMContainer::closeFloater(bool app_quitting/* = false*/)
if (active_conversation) if (active_conversation)
{ {
active_conversation->closeFloater(); active_conversation->closeFloater();
if(app_quitting)
{
LLFloater::closeFloater(app_quitting);
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment