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: k reason: default package */ public final class k extends o implements Function1 { public final /* synthetic */ int i; public final /* synthetic */ Object j; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public k(int i, Object obj) { super(1); this.i = i; this.j = obj; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 public final Unit invoke(View view) { int i = this.i; if (i == 0) { m.checkNotNullParameter(view, ""); ((Function0) this.j).mo1invoke(); return Unit.a; } else if (i == 1) { m.checkNotNullParameter(view, ""); ((Function0) this.j).mo1invoke(); return Unit.a; } else { throw null; } } }