Fixes product title when in a quoted post

This commit is contained in:
Vitor Pamplona
2025-08-31 21:25:08 -04:00
parent ed4839bc4d
commit 56f93170e5

View File

@@ -110,7 +110,7 @@ fun RenderClassifieds(
) {
title?.let {
Text(
text = "test'",
text = it,
style = MaterialTheme.typography.bodyLarge,
maxLines = 1,
overflow = TextOverflow.Ellipsis,