Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43c250e9 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

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

am: 2d7d1209

Change-Id: I4cc897a7a77a167b20837669e8254e720b785969
parents 0dbe6db0 2d7d1209
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ public class LockIcon extends KeyguardAffordanceView {
            setContentDescription(contentDescription);
            mHasFingerPrintIcon = anyFingerprintIcon;
            if (animation != null && isAnim) {
                animation.forceAnimationOnUI();
                animation.start();
            }
            mLastState = state;