discord-jadx/app/src/main/java/c/a/r/i0.java

29 lines
920 B
Java

package c.a.r;
import c.a.r.p0.e;
import com.discord.rtcconnection.RtcConnection;
import d0.z.d.o;
import java.util.Objects;
import kotlin.jvm.functions.Function0;
/* compiled from: RtcConnection.kt */
public final class i0 extends o implements Function0<e> {
public final /* synthetic */ RtcConnection this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public i0(RtcConnection rtcConnection) {
super(0);
this.this$0 = rtcConnection;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public e mo1invoke() {
RtcConnection rtcConnection = this.this$0;
Objects.requireNonNull(rtcConnection);
e eVar = new e(rtcConnection.T, rtcConnection.U);
eVar.f.add(new x(rtcConnection));
return eVar;
}
}