discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetCreateChannel$onViewB...

26 lines
1.1 KiB
Java

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$2 implements View.OnClickListener {
public final /* synthetic */ RadioManager $radioManager;
public final /* synthetic */ WidgetCreateChannel this$0;
public WidgetCreateChannel$onViewBoundOrOnResume$2(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).o;
m.checkNotNullExpressionValue(radioButton, "binding.createChannelTextRadio");
radioManager.a(radioButton);
WidgetCreateChannel.access$configurePrivateRoles(this.this$0);
}
}