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$configureContextBarReplying$2 implements View.OnClickListener { public final /* synthetic */ ChatInputViewModel.ViewState.Loaded.PendingReplyState.Replying $model; public final /* synthetic */ WidgetChatInput this$0; public WidgetChatInput$configureContextBarReplying$2(WidgetChatInput widgetChatInput, ChatInputViewModel.ViewState.Loaded.PendingReplyState.Replying replying) { this.this$0 = widgetChatInput; this.$model = replying; } @Override // android.view.View.OnClickListener public final void onClick(View view) { WidgetChatInput.access$getViewModel$p(this.this$0).jumpToMessageReference(this.$model.getMessageReference()); } }