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

29 lines
1021 B
Java

package c.a.y.j0;
import android.graphics.Point;
import com.discord.views.calls.AppVideoStreamRenderer;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: AppVideoStreamRenderer.kt */
public final class b extends o implements Function1<Point, Unit> {
public final /* synthetic */ AppVideoStreamRenderer this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public b(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(Point point) {
Point point2 = point;
m.checkNotNullParameter(point2, "resolution");
this.this$0.n.onNext(point2);
return Unit.a;
}
}