mogutt/TTAndroidClient

in recent contact's page, the avatar is mixed, a group which has no avatar has been set as previous's avatar

tshirtmanid opened this issue · 1 comments

in recent contact's page, the avatar is mixed, a group which has no avatar has been set as previous's avatar

git log
commit d65cbc9
Merge: f7c828a 9b9d51e
Author: manshan manshan@mogujie.com
Date: Wed Oct 15 19:30:38 2014 +0800

Merge branch 'master' of https://github.com/mogutt/TTAndroidClient

commit f7c828a
Author: manshan manshan@mogujie.com
Date: Wed Oct 15 19:29:24 2014 +0800

add files

commit b5ebda4
Author: manshan manshan@mogujie.com
Date: Wed Oct 15 19:29:03 2014 +0800

1. refactor contactlist's avatar, using univeral-image-loader library 2. use universal-image-loader to finally set the notification's icon

if (avatarUrl == null) {
avatarUrl = "";
}

        IMUIHelper.setEntityImageViewAvatar(holder.avatar, avatarUrl, sessionType);