Fix image problem in chat list

This commit is contained in:
Margaux Clerc 2016-01-07 09:22:52 +01:00
parent 8f26fe7a23
commit 594bc9fbf3

View file

@ -483,6 +483,8 @@ public class ChatListFragment extends Fragment implements OnClickListener, OnIte
if(contact != null){ if(contact != null){
LinphoneUtils.setImagePictureFromUri(view.getContext(), contactPicture, contact.getPhotoUri(), contact.getThumbnailUri()); LinphoneUtils.setImagePictureFromUri(view.getContext(), contactPicture, contact.getPhotoUri(), contact.getThumbnailUri());
} else {
contactPicture.setImageResource(R.drawable.avatar);
} }
if (unreadMessagesCount > 0) { if (unreadMessagesCount > 0) {