discord-jadx/app/src/main/java/c/a/a/k.java

27 lines
896 B
Java

package c.a.a;
import android.view.View;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: FriendRequestDialogs.kt */
public final class k extends o implements Function1<View, Unit> {
public final /* synthetic */ Function1 $onConfirm;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public k(Function1 function1) {
super(1);
this.$onConfirm = function1;
}
/* 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(View view) {
m.checkNotNullParameter(view, "<anonymous parameter 0>");
this.$onConfirm.invoke(2131888796);
return Unit.a;
}
}