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

29 lines
920 B
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package c.a.r;
2021-07-24 02:37:17 +00:00
2021-08-03 07:33:18 +00:00
import c.a.r.p0.e;
2021-07-24 02:37:17 +00:00
import com.discord.rtcconnection.RtcConnection;
import d0.z.d.o;
import java.util.Objects;
import kotlin.jvm.functions.Function0;
/* compiled from: RtcConnection.kt */
2021-08-03 07:33:18 +00:00
public final class i0 extends o implements Function0<e> {
2021-07-24 02:37:17 +00:00
public final /* synthetic */ RtcConnection this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-08-03 07:33:18 +00:00
public i0(RtcConnection rtcConnection) {
2021-07-24 02:37:17 +00:00
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;
}
}