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

Commit 09b13a01 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "ScrimController: Wait with clearing wakup animation until done" into...

Merge "ScrimController: Wait with clearing wakup animation until done" into oc-dr1-dev am: 6e4de6cc
am: aac5431f

Change-Id: I810bf53ff9c6b222fc01886b042c4d0f1661011b
parents d62bb69a aac5431f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -543,7 +543,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,
                    mKeyguardFadingOutInProgress = false;
                    mAnimatingDozeUnlock = false;
                }
                if (mWakingUpFromAodAnimationRunning) {
                if (mWakingUpFromAodAnimationRunning && !mDeferFinishedListener) {
                    mWakingUpFromAodAnimationRunning = false;
                    mWakingUpFromAodInProgress = false;
                }