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

pull/392/head
Vitor Pamplona 2023-05-02 15:44:59 -04:00
rodzic 4bbb34e8c9
commit a71679ef43
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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