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

36 lines
1.0 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package defpackage;
2021-12-02 18:53:44 +00:00
import com.discord.views.OverlayMenuBubbleDialog;
import com.discord.views.SearchInputView;
2021-11-02 06:38:17 +00:00
import d0.z.d.o;
2021-08-03 07:33:18 +00:00
import kotlin.Unit;
2021-12-02 18:53:44 +00:00
import kotlin.jvm.functions.Function0;
2021-08-03 07:33:18 +00:00
/* compiled from: kotlin-style lambda group */
/* renamed from: p reason: default package */
2022-03-12 00:35:13 +00:00
/* loaded from: classes3.dex */
2021-12-02 18:53:44 +00:00
public final class p extends o implements Function0<Unit> {
public final /* synthetic */ int j;
public final /* synthetic */ Object k;
2021-08-03 07:33:18 +00:00
2022-03-07 09:34:54 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-12-02 18:53:44 +00:00
public p(int i, Object obj) {
super(0);
this.j = i;
this.k = obj;
2021-08-03 07:33:18 +00:00
}
2021-12-02 18:53:44 +00:00
@Override // kotlin.jvm.functions.Function0
2022-03-07 09:34:54 +00:00
public final Unit invoke() {
2021-12-02 18:53:44 +00:00
int i = this.j;
if (i == 0) {
((OverlayMenuBubbleDialog) this.k).g();
2021-08-03 07:33:18 +00:00
return Unit.a;
2021-12-02 18:53:44 +00:00
} else if (i == 1) {
2021-12-17 21:59:34 +00:00
((SearchInputView) this.k).k.c.setText("");
2021-08-24 07:26:36 +00:00
return Unit.a;
2021-08-03 07:33:18 +00:00
} else {
throw null;
}
}
}