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

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

Merge "Fix slow PIN dismiss animation" into nyc-mr1-dev

parents f3c21a89 6bd3890f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -142,8 +142,8 @@ public class KeyguardPINView extends KeyguardPinBasedInputView {
                mDisappearYTranslation, mDisappearAnimationUtils.getInterpolator());
        DisappearAnimationUtils disappearAnimationUtils = mKeyguardUpdateMonitor
                .needsSlowUnlockTransition()
                        ? mDisappearAnimationUtils
                        : mDisappearAnimationUtilsLocked;
                        ? mDisappearAnimationUtilsLocked
                        : mDisappearAnimationUtils;
        disappearAnimationUtils.startAnimation2d(mViews,
                new Runnable() {
                    @Override