discord-jadx/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI...

21 lines
848 B
Java

package com.discord.widgets.tos;
import android.widget.CompoundButton;
import com.google.android.material.button.MaterialButton;
import d0.z.d.m;
/* compiled from: WidgetTosAccept.kt */
public final class WidgetTosAccept$configureUI$1 implements CompoundButton.OnCheckedChangeListener {
public final /* synthetic */ WidgetTosAccept this$0;
public WidgetTosAccept$configureUI$1(WidgetTosAccept widgetTosAccept) {
this.this$0 = widgetTosAccept;
}
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z2) {
MaterialButton materialButton = WidgetTosAccept.access$getBinding$p(this.this$0).c;
m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue");
materialButton.setEnabled(z2);
}
}