discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth$configureU...

17 lines
646 B
Java

package com.discord.widgets.auth;
import android.widget.CompoundButton;
/* compiled from: WidgetRemoteAuth.kt */
public final class WidgetRemoteAuth$configureUI$5 implements CompoundButton.OnCheckedChangeListener {
public final /* synthetic */ WidgetRemoteAuth this$0;
public WidgetRemoteAuth$configureUI$5(WidgetRemoteAuth widgetRemoteAuth) {
this.this$0 = widgetRemoteAuth;
}
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z2) {
WidgetRemoteAuth.access$getViewModel$p(this.this$0).toggleTemporary(!z2);
}
}