diff --git a/QuickPhotoViewer/PhotoViewController.swift b/QuickPhotoViewer/PhotoViewController.swift index a2081d3..2ffa87f 100644 --- a/QuickPhotoViewer/PhotoViewController.swift +++ b/QuickPhotoViewer/PhotoViewController.swift @@ -125,6 +125,10 @@ extension PhotoViewController { imageView.image = localImage self.updateScrollViewZoomScale() } else if let url = photo.url { + if let thumbnailImage = photo.thumbnailImage { + imageView.image = thumbnailImage + self.updateScrollViewZoomScale() + } downloadDelegate?.photoViewController(self, willStartDownloading: photo) let imageResource = ImageResource(downloadURL: url, cacheKey: url.cacheKey) imageView.kf.setImage(with: imageResource,