package com.discord.widgets.settings; import com.discord.utilities.error.Error; import com.discord.views.CheckedSetting; import rx.functions.Action1; /* compiled from: WidgetSettingsPrivacy.kt */ public final class WidgetSettingsPrivacy$toggleConsent$2 implements Action1 { public final /* synthetic */ boolean $consented; public final /* synthetic */ CheckedSetting $toggle; public WidgetSettingsPrivacy$toggleConsent$2(CheckedSetting checkedSetting, boolean z2) { this.$toggle = checkedSetting; this.$consented = z2; } public final void call(Error error) { this.$toggle.setEnabled(true); this.$toggle.setChecked(true ^ this.$consented); } }