discord-jadx/app/src/main/java/c/a/o/c.java

40 lines
1.3 KiB
Java

package c.a.o;
import c.a.o.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<Boolean, Unit> {
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.m;
if (aVar != null) {
aVar.k.start();
}
} else {
a aVar2 = this.this$0.m;
if (aVar2 != null) {
aVar2.l.start();
}
this.this$0.b(this.$bubble);
}
return Unit.a;
}
}