use correct response model

This commit is contained in:
Salvatore Giordano
2020-11-27 12:49:17 +01:00
parent d896e45eab
commit 78be96eab0
10 changed files with 114 additions and 73 deletions
+6 -3
View File
@@ -30,10 +30,13 @@ class ChannelBottomSheet extends StatelessWidget {
vertical: 2.0,
),
child: Center(
child: ChannelName(
child: StreamChannel(
showLoading: false,
channel: channel,
textStyle:
StreamChatTheme.of(context).channelPreviewTheme.title,
child: ChannelName(
textStyle:
StreamChatTheme.of(context).channelPreviewTheme.title,
),
),
),
),