discord-jadx/app/src/main/java/c/a/y/k0/c.java

29 lines
1.0 KiB
Java

package c.a.y.k0;
import com.discord.views.calls.AppVideoStreamRenderer;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import rx.Subscription;
/* compiled from: AppVideoStreamRenderer.kt */
public final class c extends o implements Function1<Subscription, Unit> {
public final /* synthetic */ AppVideoStreamRenderer this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public c(AppVideoStreamRenderer appVideoStreamRenderer) {
super(1);
this.this$0 = appVideoStreamRenderer;
}
/* 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(Subscription subscription) {
Subscription subscription2 = subscription;
m.checkNotNullParameter(subscription2, "it");
this.this$0.l = subscription2;
return Unit.a;
}
}