Set connected back to true after reconnect.

This commit is contained in:
JC Brand 2016-08-23 13:25:34 +00:00
parent ba67f37473
commit f5b182c365

View File

@ -63,6 +63,10 @@
return result;
},
afterReconnected: function () {
view.model.set({connected:true});
},
_tearDown: function () {
this._super._tearDown.apply(this, arguments);
if (this.rosterview) {