Skip to content
Snippets Groups Projects
Commit b30c7445 authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

No ticket: added updating of speaker manager for sorting participant list by recent speakers order.

--HG--
branch : product-engine
parent 0c3f6abc
No related branches found
No related tags found
No related merge requests found
...@@ -212,6 +212,8 @@ void LLParticipantList::updateRecentSpeakersOrder() ...@@ -212,6 +212,8 @@ void LLParticipantList::updateRecentSpeakersOrder()
{ {
if (E_SORT_BY_RECENT_SPEAKERS == getSortOrder()) if (E_SORT_BY_RECENT_SPEAKERS == getSortOrder())
{ {
// Need to update speakers to sort list correctly
mSpeakerMgr->update(true);
// Resort avatar list // Resort avatar list
sort(); sort();
} }
......
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