[NameUI] Remove pointless is_group check in refresh
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user