Adding Post Not found on NIP95 images that are not found in any relay.
This commit is contained in:
@@ -249,7 +249,7 @@ private fun LocalImageView(
|
||||
}
|
||||
}
|
||||
|
||||
if (imageState is AsyncImagePainter.State.Error) {
|
||||
if (imageState is AsyncImagePainter.State.Error || !content.localFile.exists()) {
|
||||
BlankNote()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user