mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
Fix reply design
This commit is contained in:
parent
38b5260e48
commit
bc18801ae3
@ -36,7 +36,7 @@ class ReplyContent extends StatelessWidget {
|
||||
),
|
||||
Text(
|
||||
replyEvent?.getLocalizedBody(context,
|
||||
withSenderNamePrefix: false) ??
|
||||
withSenderNamePrefix: false, hideQuotes: true) ??
|
||||
"",
|
||||
overflow: TextOverflow.ellipsis,
|
||||
maxLines: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user