Merge branch 'master' into feature/offline

This commit is contained in:
Salvatore Giordano
2020-03-13 10:03:30 +01:00
5 changed files with 9 additions and 8 deletions
-1
View File
@@ -216,7 +216,6 @@ class StreamChatState extends State<StreamChat> {
@override
void dispose() {
widget.client.dispose();
_subscriptions.forEach((s) => s.cancel());
_queryChannelsLoadingController.close();
super.dispose();