Removing the exposure of the URL from the initial image and video loads.

This commit is contained in:
Vitor Pamplona
2023-05-02 15:44:59 -04:00
parent 4bbb34e8c9
commit a71679ef43
@@ -888,7 +888,7 @@ fun FileHeaderDisplay(note: Note) {
content?.let {
ZoomableContentView(content = it, listOf(it))
} ?: UrlPreview(fullUrl, "$fullUrl ")
}
}
@Composable
@@ -944,7 +944,7 @@ fun FileStorageHeaderDisplay(baseNote: Note) {
content?.let {
ZoomableContentView(content = it, listOf(it))
} ?: BlankNote()
}
}
@Composable