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

47 lines
1.4 KiB
Java

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