fix single channel image

This commit is contained in:
Salvatore Giordano
2020-07-21 13:10:59 +02:00
parent ffd409ce23
commit d60ed9afd2
+2
View File
@@ -136,6 +136,8 @@ class ChannelImage extends StatelessWidget {
color: StreamChatTheme.of(context).accentColor,
),
child: Stack(
alignment: Alignment.center,
fit: StackFit.expand,
children: <Widget>[
image != null
? CachedNetworkImage(