Removed not needed setting of the quality to 0.

We now just hide the icon with values and show the interrupted one. Calling this one was causing troubles like flickering and stats popover not able to hide, once shown. On hover we are calling updateView which ends to this call which destroy and create the popover, which maybe is leading to this problems.
This commit is contained in:
damencho
2016-10-27 16:56:32 -05:00
parent 131d5cc256
commit 9764fe52de
@@ -332,7 +332,6 @@ ConnectionIndicator.prototype.updateConnectionStatusIndicator
$(this.interruptedIndicator).show();
$(this.emptyIcon).hide();
$(this.fullIcon).hide();
this.updateConnectionQuality(0 /* zero bars */);
}
};