Fixed 0 zero frame image for bold settings. #677.

This commit is contained in:
Igor Popov 2017-11-09 10:11:01 +02:00
Родитель 7ec85c2204
Коммит 9638ccc968
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -156,6 +156,8 @@ class PostCell: UICollectionViewCell, PostCellProtocol {
postImageHeight.constant = 0
}
postImage.isHidden = (postImageHeight.constant == 0)
postImage.setPhotoWithCaching(data.postPhoto, placeholder: postImagePlaceholder)
let downloadableUserImage = Photo(url: data.userImageUrl)