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);
|
setContentDescription(contentDescription);
|
||||||
mHasFingerPrintIcon = anyFingerprintIcon;
|
mHasFingerPrintIcon = anyFingerprintIcon;
|
||||||
if (animation != null && isAnim) {
|
if (animation != null && isAnim) {
|
||||||
|
animation.forceAnimationOnUI();
|
||||||
animation.start();
|
animation.start();
|
||||||
}
|
}
|
||||||
mLastState = state;
|
mLastState = state;
|
||||||
|
|||||||
Reference in New Issue
Block a user