diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2020-03-10 17:40:33 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2020-03-10 17:40:33 +0200 |
commit | 5bc97f1fa3a3e9632ad68fad94887da9659f0fa7 (patch) | |
tree | 667e2eb19918fcc27e88afbe0a408bfa8071779e /indra/newview/llimview.cpp | |
parent | 57b32eb01cd35bbac440569df885036eb24f2369 (diff) |
SL-12503 FIXED Voice notification isn't displayed near the "Speak" button
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index d5142a4496..56c95bb77d 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -515,6 +515,7 @@ LLIMModel::LLIMModel() { addNewMsgCallback(boost::bind(&LLFloaterIMSession::newIMCallback, _1)); addNewMsgCallback(boost::bind(&on_new_message, _1)); + LLCallDialogManager::instance(); } LLIMModel::LLIMSession::LLIMSession(const LLUUID& session_id, const std::string& name, const EInstantMessage& type, const LLUUID& other_participant_id, const uuid_vec_t& ids, bool voice, bool has_offline_msg) |