package com.discord.widgets.chat.input; import android.content.Context; import android.view.View; import d0.z.d.m; /* compiled from: WidgetChatInput.kt */ public final class WidgetChatInput$configureChatGuard$8 implements View.OnClickListener { public final /* synthetic */ WidgetChatInput this$0; public WidgetChatInput$configureChatGuard$8(WidgetChatInput widgetChatInput) { this.this$0 = widgetChatInput; } @Override // android.view.View.OnClickListener public final void onClick(View view) { ChatInputViewModel access$getViewModel$p = WidgetChatInput.access$getViewModel$p(this.this$0); m.checkNotNullExpressionValue(view, "it"); Context context = view.getContext(); m.checkNotNullExpressionValue(context, "it.context"); access$getViewModel$p.verifyAccount(context); } }