mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-12 09:44:20 +01:00
Revert "switches URL to fileURLWithPath
"
This commit is contained in:
parent
ad51c2c5b6
commit
0bbb61511f
@ -55,7 +55,7 @@ struct ArticleItemView: View {
|
|||||||
|
|
||||||
func thumbnail(from path: String?) -> Image? {
|
func thumbnail(from path: String?) -> Image? {
|
||||||
guard let imagePath = path,
|
guard let imagePath = path,
|
||||||
let url = URL(fileURLWithPath: imagePath),
|
let url = URL(string: imagePath),
|
||||||
let data = try? Data(contentsOf: url),
|
let data = try? Data(contentsOf: url),
|
||||||
let uiImage = UIImage(data: data) else {
|
let uiImage = UIImage(data: data) else {
|
||||||
return Image(uiImage: UIImage(systemName: "globe")!)
|
return Image(uiImage: UIImage(systemName: "globe")!)
|
||||||
|
Loading…
Reference in New Issue
Block a user