package defpackage; import android.view.View; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; /* compiled from: kotlin-style lambda group */ /* renamed from: l reason: default package */ /* loaded from: classes3.dex */ public final class l extends o implements Function1 { public final /* synthetic */ int j; public final /* synthetic */ Object k; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public l(int i, Object obj) { super(1); this.j = i; this.k = obj; } @Override // kotlin.jvm.functions.Function1 public final Unit invoke(View view) { int i = this.j; if (i == 0) { m.checkNotNullParameter(view, ""); ((Function0) this.k).invoke(); return Unit.a; } else if (i == 1) { m.checkNotNullParameter(view, ""); ((Function0) this.k).invoke(); return Unit.a; } else { throw null; } } }