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