[NameUI] Remove pointless is_group check in refresh

This commit is contained in:
Liru Færs
2020-01-06 07:40:48 -05:00
parent a870534ea0
commit af2ae76ca2
3 changed files with 6 additions and 7 deletions

View File

@@ -319,7 +319,7 @@ void transition_back_to_login_panel(const std::string& emsg);
void callback_cache_name(const LLUUID& id, const std::string& full_name, bool is_group)
{
LLNameUI::refreshAll(id, full_name, is_group);
LLNameUI::refreshAll(id, full_name);
// TODO: Actually be intelligent about the refresh.
// For now, just brute force refresh the dialogs.