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

Commit 23bb84b0 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Force lock icon animations on UI thread

Change-Id: Ibe1936a09f475a9ec2ba5c838a66dffb9fd8f99b
Fixes: 29900888
parent a1df385e
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;