package defpackage; import com.discord.views.OverlayMenuBubbleDialog; import com.discord.views.SearchInputView; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: kotlin-style lambda group */ /* renamed from: q reason: default package */ public final class q extends o implements Function0 { public final /* synthetic */ int i; public final /* synthetic */ Object j; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public q(int i, Object obj) { super(0); this.i = i; this.j = obj; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Unit mo1invoke() { int i = this.i; if (i == 0) { ((OverlayMenuBubbleDialog) this.j).g(); return Unit.a; } else if (i == 1) { ((SearchInputView) this.j).j.f85c.setText(""); return Unit.a; } else { throw null; } } }