Fix reply design

This commit is contained in:
Christian Pauly 2020-02-15 10:31:51 +01:00
parent 38b5260e48
commit bc18801ae3

View File

@ -36,7 +36,7 @@ class ReplyContent extends StatelessWidget {
),
Text(
replyEvent?.getLocalizedBody(context,
withSenderNamePrefix: false) ??
withSenderNamePrefix: false, hideQuotes: true) ??
"",
overflow: TextOverflow.ellipsis,
maxLines: 1,