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

Commit c8ba8603 authored by Yeabkal Wubshit's avatar Yeabkal Wubshit Committed by Android (Google) Code Review
Browse files

Merge "Avoid overriding doze screen-state reason to default" into main

parents ee688957 e2083efa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -458,9 +458,6 @@ public class PowerGroup {
                    mDisplayPowerRequest.dozeScreenStateReason =
                            Display.STATE_REASON_DRAW_WAKE_LOCK;
                }
            } else {
                mDisplayPowerRequest.dozeScreenStateReason =
                        Display.STATE_REASON_DEFAULT_POLICY;
            }
            mDisplayPowerRequest.dozeScreenBrightness = dozeScreenBrightness;
        } else {