discord-jadx/app/src/main/java/c/a/y/s0/a.java

27 lines
778 B
Java

package c.a.y.s0;
import com.discord.views.typing.TypingDots;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: TypingDots.kt */
public final class a extends o implements Function0<Unit> {
public final /* synthetic */ TypingDots this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public a(TypingDots typingDots) {
super(0);
this.this$0 = typingDots;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
if (this.this$0.isAttachedToWindow()) {
this.this$0.a(true);
}
return Unit.a;
}
}