package p7;

import android.content.Context;
import androidx.annotation.Nullable;
import java.util.Objects;
import n7.l2;
import n7.z1;

/* JADX INFO: loaded from: classes2.dex */
public final class j extends z1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ Context f31700a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ l f31701b;

    public j(l lVar, Context context) {
        this.f31700a = context;
        Objects.requireNonNull(lVar);
        this.f31701b = lVar;
    }

    @Override // n7.a2
    public final void zze(@Nullable l2 l2Var) {
        if (l2Var == null) {
            return;
        }
        Context context = this.f31700a;
        this.f31701b.i(l2Var.f30998b, context, true, true);
    }
}
