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

23 lines
738 B
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.a.y;
import com.discord.views.VoiceUserView;
2021-11-01 07:19:03 +00:00
import d0.z.d.o;
2021-08-10 10:47:20 +00:00
import kotlin.jvm.functions.Function0;
/* compiled from: VoiceUserView.kt */
2022-03-01 22:12:19 +00:00
/* loaded from: classes2.dex */
2021-12-17 22:01:24 +00:00
public final class i0 extends o implements Function0<Boolean> {
2021-08-10 10:47:20 +00:00
public final /* synthetic */ VoiceUserView this$0;
2022-03-01 22:12:19 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-12-17 22:01:24 +00:00
public i0(VoiceUserView voiceUserView) {
2021-08-10 10:47:20 +00:00
super(0);
this.this$0 = voiceUserView;
}
2021-08-10 10:47:20 +00:00
@Override // kotlin.jvm.functions.Function0
2022-03-01 22:12:19 +00:00
public Boolean invoke() {
2021-08-10 10:47:20 +00:00
VoiceUserView voiceUserView = this.this$0;
2022-03-07 09:36:12 +00:00
return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2808s);
}
}