package com.discord.widgets.chat.input; import android.view.View; import com.discord.widgets.chat.input.ChatInputViewModel; /* compiled from: WidgetChatInput.kt */ public final class WidgetChatInput$configureChatGuard$5 implements View.OnClickListener { public final /* synthetic */ ChatInputViewModel.ViewState.Loaded $viewState; public final /* synthetic */ WidgetChatInput this$0; public WidgetChatInput$configureChatGuard$5(WidgetChatInput widgetChatInput, ChatInputViewModel.ViewState.Loaded loaded) { this.this$0 = widgetChatInput; this.$viewState = loaded; } @Override // android.view.View.OnClickListener public final void onClick(View view) { WidgetChatInput.access$showFollowSheet(this.this$0, this.$viewState.getChannel().h(), this.$viewState.getChannel().f()); } }