Commit f5b182c3 authored by JC Brand's avatar JC Brand

Set `connected` back to `true` after reconnect.

parent ba67f374
...@@ -63,6 +63,10 @@ ...@@ -63,6 +63,10 @@
return result; return result;
}, },
afterReconnected: function () {
view.model.set({connected:true});
},
_tearDown: function () { _tearDown: function () {
this._super._tearDown.apply(this, arguments); this._super._tearDown.apply(this, arguments);
if (this.rosterview) { if (this.rosterview) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment