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

30 lines
1.1 KiB
Java

package c.a.r.m0.c;
import com.discord.rtcconnection.mediaengine.MediaEngineConnection;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: MediaEngineConnectionLegacy.kt */
public final class a extends o implements Function1<MediaEngineConnection.d, Unit> {
public final /* synthetic */ MediaEngineConnection.ConnectionState $value;
public final /* synthetic */ e this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public a(e eVar, MediaEngineConnection.ConnectionState connectionState) {
super(1);
this.this$0 = eVar;
this.$value = connectionState;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(MediaEngineConnection.d dVar) {
MediaEngineConnection.d dVar2 = dVar;
m.checkNotNullParameter(dVar2, "it");
dVar2.onConnectionStateChange(this.this$0, this.$value);
return Unit.a;
}
}