Merge "Don't animate bouncer changes when fading out Keyguard" into oc-dr1-dev
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user