version bump

This commit is contained in:
Salvatore Giordano
2020-03-04 17:58:30 +01:00
parent 5f1764258e
commit fb95348ed4
3 changed files with 5 additions and 11 deletions
-10
View File
@@ -731,16 +731,6 @@ class _MessageWidgetState extends State<MessageWidget>
imageUrl:
attachment.thumbUrl ?? attachment.imageUrl ?? attachment.assetUrl,
fit: BoxFit.cover,
placeholderFadeInDuration: Duration(milliseconds: 300),
placeholder: (_, __) {
return SizedBox(
height: 200,
width: 300,
child: Center(
child: CircularProgressIndicator(),
),
);
},
);
}