discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetAuthLanding$configure...

23 lines
850 B
Java

package com.discord.widgets.auth;
import android.content.Context;
import android.view.View;
import d0.z.d.m;
/* compiled from: WidgetAuthLanding.kt */
public final class WidgetAuthLanding$configureRegisterButton$2 implements View.OnClickListener {
public final /* synthetic */ WidgetAuthLanding this$0;
public WidgetAuthLanding$configureRegisterButton$2(WidgetAuthLanding widgetAuthLanding) {
this.this$0 = widgetAuthLanding;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetAuthLanding widgetAuthLanding = this.this$0;
m.checkNotNullExpressionValue(view, "it");
Context context = view.getContext();
m.checkNotNullExpressionValue(context, "it.context");
WidgetAuthLanding.access$onRegisterPressed(widgetAuthLanding, context);
}
}