[ReplyMessageWidget] fix video attachment thumbnail

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2020-12-09 16:35:07 +05:30
parent ae73eb95c6
commit 09fcbad900
2 changed files with 123 additions and 73 deletions
+3 -2
View File
@@ -892,8 +892,9 @@ class _MessageWidgetState extends State<MessageWidget> {
),
),
if (widget.message.attachments
?.any((element) => element.ogScrapeUrl != null) ==
true)
?.any((element) => element.ogScrapeUrl != null) ==
true &&
!_hasReplyMessage)
_buildUrlAttachment(),
],
),