Reverting image comment

This commit is contained in:
Vitor Pamplona
2023-12-11 14:26:28 -05:00
parent 3d225423ef
commit 6fe93fdf33
2 changed files with 0 additions and 4 deletions
@@ -91,7 +91,6 @@ class RichTextParser() {
val removedParamsFromUrl = removeQueryParams(fullUrl)
if (imageExtensions.any { removedParamsFromUrl.endsWith(it) }) {
val frags = URI(fullUrl).fragments()
println("Image $fullUrl $frags")
ZoomableUrlImage(
url = fullUrl,
description = frags["alt"]?.let { URLDecoder.decode(it, "UTF-8") },
@@ -389,7 +389,6 @@ private fun UrlImageView(
}
if (showImage.value) {
/*
AsyncImage(
model = content.url,
contentDescription = content.description,
@@ -399,8 +398,6 @@ private fun UrlImageView(
painterState.value = it
}
)
*/
}
AddedImageFeatures(