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

Commit 90e224bd authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Fix slow PIN dismiss animation am: 6bd3890f

am: 2db21537

Change-Id: I49c639a9a6fee09f9a3361e1a91f57b492e060cb
parents 6779957d 2db21537
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