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

31 lines
964 B
Java

package c.a.a.y;
import android.view.View;
import c.a.a.y.a;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.reflect.KProperty;
/* compiled from: GiftPurchasedDialog.kt */
public final class b extends o implements Function1<View, Unit> {
public final /* synthetic */ a.d this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public b(a.d dVar) {
super(1);
this.this$0 = dVar;
}
/* 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, "it");
a aVar = this.this$0.this$0;
KProperty[] kPropertyArr = a.i;
aVar.g().f.callOnClick();
return Unit.a;
}
}