Commit f5b182c3 authored by JC Brand's avatar JC Brand

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

parent ba67f374
......@@ -63,6 +63,10 @@
return result;
},
afterReconnected: function () {
view.model.set({connected:true});
},
_tearDown: function () {
this._super._tearDown.apply(this, arguments);
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