Fix slow PIN dismiss animation am: 6bd3890ff9
am: 2db2153719
Change-Id: I49c639a9a6fee09f9a3361e1a91f57b492e060cb
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