discord-jadx/app/src/main/java/defpackage/l.java

39 lines
1.1 KiB
Java

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: classes2.dex */
public final class l extends o implements Function1<View, Unit> {
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, "<anonymous parameter 0>");
((Function0) this.k).invoke();
return Unit.a;
} else if (i == 1) {
m.checkNotNullParameter(view, "<anonymous parameter 0>");
((Function0) this.k).invoke();
return Unit.a;
} else {
throw null;
}
}
}