Fix reply design
This commit is contained in:
parent
38b5260e48
commit
bc18801ae3
|
@ -36,7 +36,7 @@ class ReplyContent extends StatelessWidget {
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
replyEvent?.getLocalizedBody(context,
|
replyEvent?.getLocalizedBody(context,
|
||||||
withSenderNamePrefix: false) ??
|
withSenderNamePrefix: false, hideQuotes: true) ??
|
||||||
"",
|
"",
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
|
|
Loading…
Reference in a new issue