Merge "Force lock icon animations on UI thread" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-07-01 19:32:49 +00:00
committed by Android (Google) Code Review

View File

@@ -168,6 +168,7 @@ public class LockIcon extends KeyguardAffordanceView {
setContentDescription(contentDescription);
mHasFingerPrintIcon = anyFingerprintIcon;
if (animation != null && isAnim) {
animation.forceAnimationOnUI();
animation.start();
}
mLastState = state;