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

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

Merge "WakeAndUnlock: Make sure blanking is never animated" into oc-dr1-dev

parents 3cace2a1 e06956e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -379,7 +379,8 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,
            setScrimBehindAlpha(0f);
        } else if (mWakeAndUnlocking) {
            // During wake and unlock, we first hide everything behind a black scrim, which then
            // gets faded out from animateKeyguardFadingOut.
            // gets faded out from animateKeyguardFadingOut. This must never be animated.
            mAnimateChange = false;
            if (mDozing) {
                setScrimInFrontAlpha(0f);
                setScrimBehindAlpha(1f);