mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 752683 - Always broadcasting the sensor events. r=dougt
This commit is contained in:
parent
14eeb930ab
commit
7b3e65e346
@ -186,9 +186,6 @@ class PollSensor {
|
||||
}
|
||||
|
||||
for (int i = 0; i < n; ++i) {
|
||||
if (SensorseventStatus(buffer[i]) == SENSOR_STATUS_UNRELIABLE) {
|
||||
continue;
|
||||
}
|
||||
NS_DispatchToMainThread(new SensorRunnable(buffer[i]));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user