Adding Post Not found on NIP95 images that are not found in any relay.

This commit is contained in:
Vitor Pamplona
2023-05-02 17:06:32 -04:00
parent 8641e0fec5
commit 31740d8855
@@ -249,7 +249,7 @@ private fun LocalImageView(
}
}
if (imageState is AsyncImagePainter.State.Error) {
if (imageState is AsyncImagePainter.State.Error || !content.localFile.exists()) {
BlankNote()
}
}