From 56f93170e5c8e0c58d12bdb0724b52d7fd03ddd9 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sun, 31 Aug 2025 21:25:08 -0400 Subject: [PATCH] Fixes product title when in a quoted post --- .../com/vitorpamplona/amethyst/ui/note/types/Classifieds.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/types/Classifieds.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/types/Classifieds.kt index b4e0ab5bf..bbae48b24 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/types/Classifieds.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/types/Classifieds.kt @@ -110,7 +110,7 @@ fun RenderClassifieds( ) { title?.let { Text( - text = "test'", + text = it, style = MaterialTheme.typography.bodyLarge, maxLines = 1, overflow = TextOverflow.Ellipsis,