discord-jadx/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSheet$co...

20 lines
831 B
Java

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());
}
}