Aug 27 - Fixed inspection lost photos recovery
This commit is contained in:
@@ -157,7 +157,7 @@ enum IssuePDFGenerator {
|
||||
return results
|
||||
}
|
||||
} else if !localPaths.isEmpty {
|
||||
raw = localPaths.compactMap { UIImage(contentsOfFile: $0) }
|
||||
raw = localPaths.compactMap { PhotoStore.resolve($0).flatMap(UIImage.init(contentsOfFile:)) }
|
||||
}
|
||||
|
||||
return raw.compactMap { compress($0) }
|
||||
|
||||
Reference in New Issue
Block a user