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

24 lines
812 B
Java

package c.a.y;
import c0.z.d.o;
import com.discord.views.VoiceUserView;
import kotlin.jvm.functions.Function0;
/* compiled from: VoiceUserView.kt */
public final class h0 extends o implements Function0<Boolean> {
public final /* synthetic */ VoiceUserView this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public h0(VoiceUserView voiceUserView) {
super(0);
this.this$0 = voiceUserView;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Boolean mo17invoke() {
VoiceUserView voiceUserView = this.this$0;
return Boolean.valueOf(voiceUserView.l == VoiceUserView.a.RINGING && voiceUserView.f2621r);
}
}