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

47 lines
1.4 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package defpackage;
2021-12-17 22:03:14 +00:00
import android.view.View;
2021-11-08 18:25:28 +00:00
import d0.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 */
2022-03-22 15:40:06 +00:00
/* loaded from: classes3.dex */
2021-12-17 22:03:14 +00:00
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;
2021-06-27 20:44:35 +00:00
2022-03-02 20:59:20 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-12-17 22:03:14 +00:00
public o(int i) {
2021-06-27 20:44:35 +00:00
super(1);
2021-12-17 22:03:14 +00:00
this.o = i;
2021-06-27 20:44:35 +00:00
}
@Override // kotlin.jvm.functions.Function1
2021-12-17 22:03:14 +00:00
public final Unit invoke(View view) {
int i = this.o;
2021-11-08 18:25:28 +00:00
if (i == 0) {
2021-12-17 22:03:14 +00:00
m.checkNotNullParameter(view, "it");
2021-06-27 20:44:35 +00:00
return Unit.a;
2021-11-08 18:25:28 +00:00
} else if (i == 1) {
2021-12-17 22:03:14 +00:00
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");
2021-06-27 20:44:35 +00:00
return Unit.a;
} else {
throw null;
}
}
}