Merge branch 'feature/ui-split' into nash/message-core-error-builder

This commit is contained in:
Salvatore Giordano
2021-01-28 12:03:33 +01:00
13 changed files with 254 additions and 176 deletions
@@ -142,6 +142,7 @@ class StreamChatCoreState extends State<StreamChatCore>
@override
void dispose() {
WidgetsBinding.instance.removeObserver(this);
_disconnectTimer?.cancel();
super.dispose();
}
}