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
@@ -221,8 +221,8 @@ class _ImageFooterState extends State<ImageFooter> {
child: FittedBox(
fit: BoxFit.cover,
child: VideoThumbnailImage(
video: attachment.file?.path ??
attachment.assetUrl,
video: (attachment.file?.path ??
attachment.assetUrl)!,
),
),
);