Skip to content
Snippets Groups Projects
Commit 2acc694f authored by Mike Antipov's avatar Mike Antipov
Browse files

Work on low task EXT-3682 (Dedicated icon is required for AvaLine callers in the VCP)

-- updated processing of "Loading" state while switching between voice sessions. ("Loading..." is shown until channel is in CONNECTED state)

--HG--
branch : product-engine
parent 0bf77e22
No related branches found
No related tags found
No related merge requests found
...@@ -755,6 +755,11 @@ void LLCallFloater::reset() ...@@ -755,6 +755,11 @@ void LLCallFloater::reset()
mParticipants = NULL; mParticipants = NULL;
mAvatarList->clear(); mAvatarList->clear();
// update floater to show Loading while waiting for data.
mAvatarList->setNoItemsCommentText(LLTrans::getString("LoadingData"));
mAvatarList->setVisible(TRUE);
mNonAvatarCaller->setVisible(FALSE);
mSpeakerManager = NULL; mSpeakerManager = NULL;
} }
......
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