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

24 lines
651 B
Java

package c.a.r;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: RtcConnection.kt */
public final class c0 extends o implements Function0<Unit> {
public final /* synthetic */ d0 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public c0(d0 d0Var) {
super(0);
this.this$0 = d0Var;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Unit mo1invoke() {
this.this$0.this$0.r();
return Unit.a;
}
}