From bc18801ae33312bd330303f0bff13dea6fab4c1e Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 15 Feb 2020 10:31:51 +0100 Subject: [PATCH] Fix reply design --- lib/components/reply_content.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/reply_content.dart b/lib/components/reply_content.dart index e03c04a6..49562639 100644 --- a/lib/components/reply_content.dart +++ b/lib/components/reply_content.dart @@ -36,7 +36,7 @@ class ReplyContent extends StatelessWidget { ), Text( replyEvent?.getLocalizedBody(context, - withSenderNamePrefix: false) ?? + withSenderNamePrefix: false, hideQuotes: true) ?? "", overflow: TextOverflow.ellipsis, maxLines: 1,