fix review

This commit is contained in:
Salvatore Giordano
2021-04-30 15:00:51 +02:00
parent 0d12e701a0
commit 5bbe82c7eb
25 changed files with 141 additions and 143 deletions
@@ -1661,7 +1661,7 @@ class MessageInputState extends State<MessageInput> {
VideoThumbnailImage(
height: 104,
width: 104,
video: attachment.file?.path ?? attachment.assetUrl,
video: (attachment.file?.path ?? attachment.assetUrl)!,
fit: BoxFit.cover,
),
Positioned(