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

40 lines
1.3 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package defpackage;
2021-12-17 21:59:34 +00:00
import android.view.View;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
2021-12-17 21:59:34 +00:00
import kotlin.jvm.functions.Function0;
2021-11-02 06:38:17 +00:00
import kotlin.jvm.functions.Function1;
2021-08-03 07:33:18 +00:00
/* compiled from: kotlin-style lambda group */
/* renamed from: l reason: default package */
2021-12-17 21:59:34 +00:00
public final class l extends o implements Function1<View, Unit> {
2021-12-02 18:53:44 +00:00
public final /* synthetic */ int j;
2021-11-02 06:38:17 +00:00
public final /* synthetic */ Object k;
2021-08-03 07:33:18 +00:00
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-12-17 21:59:34 +00:00
public l(int i, Object obj) {
2021-11-02 06:38:17 +00:00
super(1);
2021-12-02 18:53:44 +00:00
this.j = i;
this.k = obj;
2021-08-03 07:33:18 +00:00
}
/* Return type fixed from 'java.lang.Object' to match base method */
2021-11-02 06:38:17 +00:00
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
2021-12-17 21:59:34 +00:00
public final Unit invoke(View view) {
2021-12-02 18:53:44 +00:00
int i = this.j;
2021-08-03 07:33:18 +00:00
if (i == 0) {
2021-12-17 21:59:34 +00:00
m.checkNotNullParameter(view, "<anonymous parameter 0>");
((Function0) this.k).mo1invoke();
2021-11-02 06:38:17 +00:00
return Unit.a;
2021-08-03 07:33:18 +00:00
} else if (i == 1) {
2021-12-17 21:59:34 +00:00
m.checkNotNullParameter(view, "<anonymous parameter 0>");
((Function0) this.k).mo1invoke();
2021-11-02 06:38:17 +00:00
return Unit.a;
2021-08-03 07:33:18 +00:00
} else {
throw null;
}
}
}