forked from organicmaps/organicmaps-tmp
[ios] Use correct photo in gallery.
This commit is contained in:
parent
05ca0a8442
commit
a55eff1605
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ final class GalleryCell: UICollectionViewCell {
|
|||
|
||||
var model: Model! {
|
||||
didSet {
|
||||
imageView.af_setImage(withURL: model.previewURL, imageTransition: .crossDissolve(kDefaultAnimationDuration))
|
||||
imageView.af_setImage(withURL: model.imageURL, imageTransition: .crossDissolve(kDefaultAnimationDuration))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue