package com.discord.widgets.announcements; import android.view.View; import com.discord.api.channel.Channel; /* compiled from: WidgetChannelFollowSheet.kt */ public final class WidgetChannelFollowSheet$configureChannelSelector$2 implements View.OnClickListener { public final /* synthetic */ Channel $selectedChannel; public final /* synthetic */ WidgetChannelFollowSheet this$0; public WidgetChannelFollowSheet$configureChannelSelector$2(WidgetChannelFollowSheet widgetChannelFollowSheet, Channel channel) { this.this$0 = widgetChannelFollowSheet; this.$selectedChannel = channel; } @Override // android.view.View.OnClickListener public final void onClick(View view) { WidgetChannelFollowSheet.access$getViewModel$p(this.this$0).followChannel(this.$selectedChannel.h()); } }