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 { title?.let {
Text( Text(
text = "test'", text = it,
style = MaterialTheme.typography.bodyLarge, style = MaterialTheme.typography.bodyLarge,
maxLines = 1, maxLines = 1,
overflow = TextOverflow.Ellipsis, overflow = TextOverflow.Ellipsis,