discord-jadx/app/src/main/java/b/a/a/a0/b.java

30 lines
806 B
Java

package b.a.a.a0;
import android.view.View;
import b.a.a.a0.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 */
/* loaded from: classes.dex */
public final class b extends o implements Function1<View, Unit> {
public final /* synthetic */ a.d this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public b(a.d dVar) {
super(1);
this.this$0 = dVar;
}
@Override // kotlin.jvm.functions.Function1
public Unit invoke(View view) {
m.checkNotNullParameter(view, "it");
a aVar = a.this;
KProperty[] kPropertyArr = a.j;
aVar.g().f.callOnClick();
return Unit.a;
}
}