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

24 lines
1.1 KiB
Java

package com.discord.widgets.channels;
import android.view.View;
import androidx.appcompat.widget.SwitchCompat;
import d0.z.d.m;
/* compiled from: WidgetCreateChannel.kt */
public final class WidgetCreateChannel$onViewBoundOrOnResume$6 implements View.OnClickListener {
public final /* synthetic */ WidgetCreateChannel this$0;
public WidgetCreateChannel$onViewBoundOrOnResume$6(WidgetCreateChannel widgetCreateChannel) {
this.this$0 = widgetCreateChannel;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
SwitchCompat switchCompat = WidgetCreateChannel.access$getBinding$p(this.this$0).g;
m.checkNotNullExpressionValue(switchCompat, "binding.createChannelPrivateSwitch");
SwitchCompat switchCompat2 = WidgetCreateChannel.access$getBinding$p(this.this$0).g;
m.checkNotNullExpressionValue(switchCompat2, "binding.createChannelPrivateSwitch");
switchCompat.setChecked(!switchCompat2.isChecked());
WidgetCreateChannel.access$configurePrivateRoles(this.this$0);
}
}