migrate ui

This commit is contained in:
Salvatore Giordano
2021-04-30 14:58:50 +02:00
parent 2c02f0f631
commit 34888d0fff
103 changed files with 2622 additions and 2455 deletions
@@ -912,7 +912,10 @@ class Channel {
void _initState(ChannelState channelState) {
state = ChannelClientState(this, channelState);
client.state.channels[cid!] = this;
if (cid != null) {
client.state.channels[cid!] = this;
}
if (!_initializedCompleter.isCompleted) {
_initializedCompleter.complete(true);
}