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:
@@ -332,7 +332,6 @@ ConnectionIndicator.prototype.updateConnectionStatusIndicator
|
||||
$(this.interruptedIndicator).show();
|
||||
$(this.emptyIcon).hide();
|
||||
$(this.fullIcon).hide();
|
||||
this.updateConnectionQuality(0 /* zero bars */);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user