Merge "ScrimController: Wait with clearing wakup animation until done" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6e4de6ccdf
@@ -543,7 +543,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,
|
||||
mKeyguardFadingOutInProgress = false;
|
||||
mAnimatingDozeUnlock = false;
|
||||
}
|
||||
if (mWakingUpFromAodAnimationRunning) {
|
||||
if (mWakingUpFromAodAnimationRunning && !mDeferFinishedListener) {
|
||||
mWakingUpFromAodAnimationRunning = false;
|
||||
mWakingUpFromAodInProgress = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user