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

33 lines
1.0 KiB
Java

package c.a.q;
import com.discord.rtcconnection.RtcConnection;
import d0.z.d.m;
import d0.z.d.o;
import java.util.Objects;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: RtcConnection.kt */
public final class u extends o implements Function0<Unit> {
public final /* synthetic */ Throwable $throwable;
public final /* synthetic */ v this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public u(v vVar, Throwable th) {
super(0);
this.this$0 = vVar;
this.$throwable = th;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
RtcConnection rtcConnection = this.this$0.i.this$0;
Throwable th = this.$throwable;
m.checkNotNullExpressionValue(th, "throwable");
Objects.requireNonNull(rtcConnection);
rtcConnection.s(new y(rtcConnection, th));
return Unit.a;
}
}