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

Commit 3ab803c3 authored by Yifei Zhang's avatar Yifei Zhang Committed by Android (Google) Code Review
Browse files

Merge "dpc: call updatePowerState instead of post to handler" into main

parents b6eee7c9 8b670a3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ final class DisplayPowerController implements AutomaticBrightnessController.Call
                return;
            }
            mDisplayStateController.overrideDozeScreenState(displayState, reason);
            sendUpdatePowerState();
            updatePowerState();
        }, mClock.uptimeMillis());
    }