mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1030591 - Send connectionInfoUpdate while IP change. r=vchang
This commit is contained in:
parent
9fb9922b42
commit
be6032106e
@ -2505,6 +2505,7 @@ WifiWorker.prototype = {
|
||||
function tensPlace(percent) ((percent / 10) | 0)
|
||||
|
||||
if (last && last.linkSpeed === info.linkSpeed &&
|
||||
last.ipAddress === info.ipAddress &&
|
||||
tensPlace(last.relSignalStrength) === tensPlace(info.relSignalStrength)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user