package com.discord.widgets.channels; import android.view.View; import android.widget.RadioButton; import com.discord.views.RadioManager; import d0.z.d.m; /* compiled from: WidgetCreateChannel.kt */ public final class WidgetCreateChannel$onViewBoundOrOnResume$5 implements View.OnClickListener { public final /* synthetic */ RadioManager $radioManager; public final /* synthetic */ WidgetCreateChannel this$0; public WidgetCreateChannel$onViewBoundOrOnResume$5(WidgetCreateChannel widgetCreateChannel, RadioManager radioManager) { this.this$0 = widgetCreateChannel; this.$radioManager = radioManager; } @Override // android.view.View.OnClickListener public final void onClick(View view) { RadioManager radioManager = this.$radioManager; RadioButton radioButton = WidgetCreateChannel.access$getBinding$p(this.this$0).m; m.checkNotNullExpressionValue(radioButton, "binding.createChannelStageRadio"); radioManager.a(radioButton); WidgetCreateChannel.access$configurePrivateRoles(this.this$0); } }