package com.discord.widgets.channels; import android.view.View; import com.discord.widgets.channels.WidgetChannelTopicViewModel; /* compiled from: WidgetChannelTopic.kt */ public final class WidgetChannelTopic$configureUI$3 implements View.OnClickListener { public final /* synthetic */ WidgetChannelTopicViewModel.ViewState $viewState; public final /* synthetic */ WidgetChannelTopic this$0; public WidgetChannelTopic$configureUI$3(WidgetChannelTopic widgetChannelTopic, WidgetChannelTopicViewModel.ViewState viewState) { this.this$0 = widgetChannelTopic; this.$viewState = viewState; } @Override // android.view.View.OnClickListener public final void onClick(View view) { WidgetChannelTopic.access$onClickMore(this.this$0, this.$viewState); } }