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

Commit 582b57f9 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix build.

Change-Id: Ieebcab9eb6588afc560179103d78ad4011fe152c
parent ea65706d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class LockIcon extends KeyguardAffordanceView {
    private final UnlockMethodCache mUnlockMethodCache;
    private AccessibilityController mAccessibilityController;

    public LockIcon(Context context, @Nullable AttributeSet attrs) {
    public LockIcon(Context context, AttributeSet attrs) {
        super(context, attrs);
        mTrustDrawable = new TrustDrawable(context);
        setBackground(mTrustDrawable);
@@ -56,7 +56,7 @@ public class LockIcon extends KeyguardAffordanceView {
    }

    @Override
    protected void onVisibilityChanged(@NonNull View changedView, @Visibility int visibility) {
    protected void onVisibilityChanged(View changedView, int visibility) {
        super.onVisibilityChanged(changedView, visibility);
        if (isShown()) {
            mTrustDrawable.start();