Aug 27 - Fixed inspection lost photos recovery

This commit is contained in:
Nguyen Ngo
2026-08-27 10:42:01 -04:00
parent ca7c09f982
commit 308710538b
14 changed files with 794 additions and 114 deletions
+1 -1
View File
@@ -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) }