package b.a.n; import b.a.n.h.a; import com.discord.overlay.OverlayManager; import com.discord.overlay.views.OverlayBubbleWrap; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: OverlayManager.kt */ public final class c extends o implements Function1 { public final /* synthetic */ OverlayBubbleWrap $bubble; public final /* synthetic */ OverlayManager this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c(OverlayManager overlayManager, OverlayBubbleWrap overlayBubbleWrap) { super(1); this.this$0 = overlayManager; this.$bubble = overlayBubbleWrap; } /* 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 public Unit invoke(Boolean bool) { if (bool.booleanValue()) { a aVar = this.this$0.n; if (aVar != null) { aVar.l.start(); } } else { a aVar2 = this.this$0.n; if (aVar2 != null) { aVar2.m.start(); } this.this$0.b(this.$bubble); } return Unit.a; } }