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

Commit ab6d77a4 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "Tweak DELAY_UI for 16Hz to 15Hz"

parents 96876d20 5263767c
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;