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

48 lines
1.5 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package defpackage;
2021-10-19 23:48:27 +00:00
import android.view.View;
import c0.z.d.m;
2021-06-27 20:44:35 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: kotlin-style lambda group */
/* renamed from: o reason: default package */
2021-10-19 23:48:27 +00:00
public final class o extends c0.z.d.o implements Function1<View, Unit> {
public static final o i = new o(0);
public static final o j = new o(1);
public static final o k = new o(2);
public static final o l = new o(3);
public static final o m = new o(4);
public final /* synthetic */ int n;
2021-06-27 20:44:35 +00:00
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-10-19 23:48:27 +00:00
public o(int i2) {
2021-06-27 20:44:35 +00:00
super(1);
2021-10-19 23:48:27 +00:00
this.n = i2;
2021-06-27 20:44:35 +00:00
}
/* 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
2021-10-19 23:48:27 +00:00
public final Unit invoke(View view) {
int i2 = this.n;
if (i2 == 0) {
m.checkNotNullParameter(view, "it");
2021-06-27 20:44:35 +00:00
return Unit.a;
2021-10-19 23:48:27 +00:00
} else if (i2 == 1) {
m.checkNotNullParameter(view, "it");
return Unit.a;
} else if (i2 == 2) {
m.checkNotNullParameter(view, "it");
return Unit.a;
} else if (i2 == 3) {
m.checkNotNullParameter(view, "it");
return Unit.a;
} else if (i2 == 4) {
m.checkNotNullParameter(view, "it");
2021-06-27 20:44:35 +00:00
return Unit.a;
} else {
throw null;
}
}
}