Bug 752683 - Always broadcasting the sensor events. r=dougt

This commit is contained in:
Etienne Segonzac 2012-05-09 13:35:14 -07:00
parent 14eeb930ab
commit 7b3e65e346

View File

@ -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]));
}