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

Commit fb8e9add authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Don't animate bouncer changes when fading out Keyguard" into oc-dr1-dev

am: f33b1eda

Change-Id: I2ea9ccbfe01cfa948fb6dc6012859fc43a5c284b
parents dbdf7c14 f33b1eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,

    public void setBouncerShowing(boolean showing) {
        mBouncerShowing = showing;
        mAnimateChange = !mTracking && !mDontAnimateBouncerChanges;
        mAnimateChange = !mTracking && !mDontAnimateBouncerChanges && !mKeyguardFadingOutInProgress;
        scheduleUpdate();
    }