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

Commit 411728e0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Bug fix for device idle mode light"

parents 9513cbfa 93cf3e34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2828,7 +2828,7 @@ public class DeviceIdleController extends SystemService
                        becomeInactiveIfAppropriateLocked();
                        int curLightState = mLightState;
                        while (curLightState != LIGHT_STATE_IDLE) {
                            stepIdleStateLocked("s:shell");
                            stepLightIdleStateLocked("s:shell");
                            if (curLightState == mLightState) {
                                pw.print("Unable to go light idle; stopped at ");
                                pw.println(lightStateToString(mLightState));