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

24 lines
811 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.y;
2021-08-10 21:19:22 +00:00
import com.discord.views.VoiceUserView;
2021-12-03 20:28:00 +00:00
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
2021-08-10 21:19:22 +00:00
/* compiled from: VoiceUserView.kt */
2021-12-03 20:28:00 +00:00
public final class i0 extends o implements Function0<Boolean> {
public final /* synthetic */ VoiceUserView this$0;
2021-08-10 21:19:22 +00:00
2021-12-03 20:28:00 +00:00
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public i0(VoiceUserView voiceUserView) {
super(0);
this.this$0 = voiceUserView;
2021-08-10 21:19:22 +00:00
}
2021-12-03 20:28:00 +00:00
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Boolean mo1invoke() {
VoiceUserView voiceUserView = this.this$0;
2022-01-22 08:57:18 +00:00
return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2805s);
2021-08-10 21:19:22 +00:00
}
}