update llc dependency

This commit is contained in:
Salvatore Giordano
2020-12-21 11:43:15 +01:00
parent 74781fd24f
commit abf218595e
6 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -391,8 +391,8 @@ class __SharedGroupsScreenState extends State<_SharedGroupsScreen> {
),
backgroundColor: StreamChatTheme.of(context).primaryColor,
),
body: StreamBuilder<List<Channel>>(
stream: chat.client.queryChannels(
body: FutureBuilder<List<Channel>>(
future: chat.client.queryChannels(
filter: {
r'$and': [
{