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

23 lines
738 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.y;
2021-07-24 02:37:17 +00:00
2022-03-21 18:52:30 +00:00
import com.discord.views.VoiceUserView;
2021-11-02 06:38:17 +00:00
import d0.z.d.o;
2022-03-21 18:52:30 +00:00
import kotlin.jvm.functions.Function0;
2021-07-24 02:37:17 +00:00
/* compiled from: VoiceUserView.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes2.dex */
2022-03-21 18:52:30 +00:00
public final class h0 extends o implements Function0<Boolean> {
public final /* synthetic */ VoiceUserView this$0;
2021-07-24 02:37:17 +00:00
2022-03-21 18:52:30 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public h0(VoiceUserView voiceUserView) {
super(0);
this.this$0 = voiceUserView;
2021-07-24 02:37:17 +00:00
}
2022-03-21 18:52:30 +00:00
@Override // kotlin.jvm.functions.Function0
public Boolean invoke() {
VoiceUserView voiceUserView = this.this$0;
2022-04-04 09:20:14 +00:00
return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2830s);
2021-07-24 02:37:17 +00:00
}
}