mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 19:40:46 +02:00
Fixes product title when in a quoted post
This commit is contained in:
@@ -110,7 +110,7 @@ fun RenderClassifieds(
|
||||
) {
|
||||
title?.let {
|
||||
Text(
|
||||
text = "test'",
|
||||
text = it,
|
||||
style = MaterialTheme.typography.bodyLarge,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
|
Reference in New Issue
Block a user