[UIKit] Ui changes for upload_progress_indicator

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-02-17 17:55:13 +05:30
parent d5e9cec305
commit aa44d5840c
6 changed files with 43 additions and 45 deletions
@@ -1653,13 +1653,11 @@ class MessageInputState extends State<MessageInput> {
case 'video':
return Stack(
children: [
Container(
VideoThumbnailImage(
height: 104,
width: 104,
child: VideoThumbnailImage(
video: attachment.file.path,
fit: BoxFit.cover,
),
video: attachment.file?.path ?? attachment.assetUrl,
fit: BoxFit.cover,
),
Positioned(
left: 8,