add update message

This commit is contained in:
Salvatore Giordano
2020-03-11 15:42:29 +01:00
parent 44507d51ed
commit 54f1901620
4 changed files with 27 additions and 11 deletions
-1
View File
@@ -106,7 +106,6 @@ class _ChannelListViewState extends State<ChannelListView> {
final streamChat = StreamChat.of(context);
return RefreshIndicator(
onRefresh: () async {
streamChat.clearChannels();
return streamChat.queryChannels(
filter: widget.filter,
sortOptions: widget.sort,