mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 21:26:29 +02:00
Fixes product title when in a quoted post
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user