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

Commit 1cada41b authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Decreases likelihood of AoD flickering" into oc-mr1-dev am: c856aa18

am: bd8305f3

Change-Id: I8dc3e1eaaf3481cba4f67f117d553f254071cc1e
parents a3c728e1 bd8305f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ public class DozeScrimController {
            if (mDozeParameters.getAlwaysOn()) {
                // Setting power states can happen after we push out the frame. Make sure we
                // stay fully opaque until the power state request reaches the lower levels.
                setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 30);
                setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 100);
            }
        }
    };