Merge "Force lock icon animations on UI thread" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d7d1209de
@@ -168,6 +168,7 @@ public class LockIcon extends KeyguardAffordanceView {
|
||||
setContentDescription(contentDescription);
|
||||
mHasFingerPrintIcon = anyFingerprintIcon;
|
||||
if (animation != null && isAnim) {
|
||||
animation.forceAnimationOnUI();
|
||||
animation.start();
|
||||
}
|
||||
mLastState = state;
|
||||
|
||||
Reference in New Issue
Block a user