Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/LockIcon.java +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ public class LockIcon extends KeyguardAffordanceView { setContentDescription(contentDescription); mHasFingerPrintIcon = anyFingerprintIcon; if (animation != null && isAnim) { animation.forceAnimationOnUI(); animation.start(); } mLastState = state; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/LockIcon.java +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ public class LockIcon extends KeyguardAffordanceView { setContentDescription(contentDescription); mHasFingerPrintIcon = anyFingerprintIcon; if (animation != null && isAnim) { animation.forceAnimationOnUI(); animation.start(); } mLastState = state; Loading