Fixed 0 zero frame image for bold settings. #677.
This commit is contained in:
Родитель
7ec85c2204
Коммит
9638ccc968
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче