discord-jadx/app/src/main/java/c/a/q/n0/c.java

35 lines
1.0 KiB
Java

package c.a.q.n0;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: RtcControlSocket.kt */
public final class c extends o implements Function0<Unit> {
public final /* synthetic */ Integer $code;
public final /* synthetic */ String $reason;
public final /* synthetic */ boolean $wasFatal;
public final /* synthetic */ a this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public c(a aVar, boolean z2, Integer num, String str) {
super(0);
this.this$0 = aVar;
this.$wasFatal = z2;
this.$code = num;
this.$reason = str;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
a aVar = this.this$0;
boolean z2 = this.$wasFatal;
Integer num = this.$code;
String str = this.$reason;
int i = a.i;
aVar.l(z2, num, str);
return Unit.a;
}
}