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

20 lines
802 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.channels;
import android.view.View;
import com.discord.widgets.channels.WidgetChannelTopicViewModel;
/* compiled from: WidgetChannelTopic.kt */
2021-07-19 19:45:22 +00:00
public final class WidgetChannelTopic$configureUI$3 implements View.OnClickListener {
2021-06-27 20:44:35 +00:00
public final /* synthetic */ WidgetChannelTopicViewModel.ViewState $viewState;
public final /* synthetic */ WidgetChannelTopic this$0;
2021-07-19 19:45:22 +00:00
public WidgetChannelTopic$configureUI$3(WidgetChannelTopic widgetChannelTopic, WidgetChannelTopicViewModel.ViewState viewState) {
2021-06-27 20:44:35 +00:00
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);
}
}