Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5263767c authored by Mathias Agopian's avatar Mathias Agopian
Browse files

Tweak DELAY_UI for 16Hz to 15Hz

this allows us to hit the lower accel rate.

Change-Id: I21944ee82020cf4b80397b87803bc481ddf51931
parent 6f4f8e79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1090,7 +1090,7 @@ public class SensorManager
                delay = 20000;
                break;
            case SENSOR_DELAY_UI:
                delay = 60000;
                delay = 66667;
                break;
            case SENSOR_DELAY_NORMAL:
                delay = 200000;