Aug 27 - Fixed inspection lost photos recovery
This commit is contained in:
@@ -1179,7 +1179,7 @@ struct PhotoThumbnailView: View {
|
||||
Group {
|
||||
if value.hasPrefix("local://") {
|
||||
let path = String(value.dropFirst("local://".count))
|
||||
if let img = UIImage(contentsOfFile: path) {
|
||||
if let live = PhotoStore.resolve(path), let img = UIImage(contentsOfFile: live) {
|
||||
thumbnailButton {
|
||||
Image(uiImage: img)
|
||||
.resizable().scaledToFill()
|
||||
|
||||
Reference in New Issue
Block a user