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

Commit b3a020a6 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix build." into mnc-dev

parents 61a75423 582b57f9
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();