diff --git a/SKPhotoBrowser/SKPhoto.swift b/SKPhotoBrowser/SKPhoto.swift index 215d162..8c890ba 100644 --- a/SKPhotoBrowser/SKPhoto.swift +++ b/SKPhotoBrowser/SKPhoto.swift @@ -69,8 +69,9 @@ public class SKPhoto: NSObject, SKPhotoProtocol { public func loadUnderlyingImageAndNotify() { - if underlyingImage != nil && photoURL == nil { + if underlyingImage != nil { loadUnderlyingImageComplete() + return } if photoURL != nil {