Fix slow PIN dismiss animation
am: 6bd3890ff9
Change-Id: I57e22cb3eee40e7e06267494314f8e1369caf5e2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user