discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetChannelTopic$configur...

20 lines
802 B
Java

package com.discord.widgets.channels;
import android.view.View;
import com.discord.widgets.channels.WidgetChannelTopicViewModel;
/* compiled from: WidgetChannelTopic.kt */
public final class WidgetChannelTopic$configureUI$2 implements View.OnClickListener {
public final /* synthetic */ WidgetChannelTopicViewModel.ViewState $viewState;
public final /* synthetic */ WidgetChannelTopic this$0;
public WidgetChannelTopic$configureUI$2(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);
}
}