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

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

Fix slow PIN dismiss animation

am: 6bd3890f

Change-Id: I57e22cb3eee40e7e06267494314f8e1369caf5e2
parents 8f76ea79 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