diff --git a/Classes/LinphoneUI/UIChatBubblePhotoCell.m b/Classes/LinphoneUI/UIChatBubblePhotoCell.m index db786add4..284e828c9 100644 --- a/Classes/LinphoneUI/UIChatBubblePhotoCell.m +++ b/Classes/LinphoneUI/UIChatBubblePhotoCell.m @@ -236,7 +236,7 @@ static const CGFloat CELL_IMAGE_X_MARGIN = 100; PHAsset *asset = [assets firstObject]; if (!asset) [self loadPlaceholder]; - else if (asset.mediaType == type) + else if (asset.mediaType != type) img = nil; if (img) [self loadImageAsset:asset image:img];