Skip to content
Snippets Groups Projects
Commit 8fae31be authored by Yuri Chebotarev's avatar Yuri Chebotarev
Browse files

EXT-2691 Resident's icon appears for objects in the nearby chat

--HG--
branch : product-engine
parent e097f07d
No related branches found
No related tags found
No related merge requests found
...@@ -234,6 +234,7 @@ void LLAvatarIconCtrl::setValue(const LLSD& value) ...@@ -234,6 +234,7 @@ void LLAvatarIconCtrl::setValue(const LLSD& value)
// Check if cache already contains image_id for that avatar // Check if cache already contains image_id for that avatar
if (!updateFromCache()) if (!updateFromCache())
{ {
LLIconCtrl::setValue(mDefaultIconName);
app->addObserver(mAvatarId, this); app->addObserver(mAvatarId, this);
app->sendAvatarPropertiesRequest(mAvatarId); app->sendAvatarPropertiesRequest(mAvatarId);
} }
......
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