Removing the exposure of the URL from the initial image and video loads.
This commit is contained in:
@@ -888,7 +888,7 @@ fun FileHeaderDisplay(note: Note) {
|
|||||||
|
|
||||||
content?.let {
|
content?.let {
|
||||||
ZoomableContentView(content = it, listOf(it))
|
ZoomableContentView(content = it, listOf(it))
|
||||||
} ?: UrlPreview(fullUrl, "$fullUrl ")
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
@@ -944,7 +944,7 @@ fun FileStorageHeaderDisplay(baseNote: Note) {
|
|||||||
|
|
||||||
content?.let {
|
content?.let {
|
||||||
ZoomableContentView(content = it, listOf(it))
|
ZoomableContentView(content = it, listOf(it))
|
||||||
} ?: BlankNote()
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|||||||
Reference in New Issue
Block a user