Aug 27 - Fixed inspection lost photos recovery
This commit is contained in:
@@ -567,7 +567,7 @@ struct IssueDetailView: View {
|
||||
if !issue.photoLocalPaths.isEmpty {
|
||||
Section("Photos (\(issue.photoLocalPaths.count))") {
|
||||
ForEach(issue.photoLocalPaths, id: \.self) { path in
|
||||
if let img = UIImage(contentsOfFile: path) {
|
||||
if let live = PhotoStore.resolve(path), let img = UIImage(contentsOfFile: live) {
|
||||
Image(uiImage: img)
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
|
||||
Reference in New Issue
Block a user