package com.discord.widgets.settings; import com.discord.views.CheckedSetting; import rx.functions.Action1; /* compiled from: WidgetSettingsVoice.kt */ public final class WidgetSettingsVoice$configureUI$$inlined$forEach$lambda$1 implements Action1 { public final /* synthetic */ CheckedSetting $button; public final /* synthetic */ WidgetSettingsVoice this$0; public WidgetSettingsVoice$configureUI$$inlined$forEach$lambda$1(CheckedSetting checkedSetting, WidgetSettingsVoice widgetSettingsVoice) { this.$button = checkedSetting; this.this$0 = widgetSettingsVoice; } public final void call(Boolean bool) { WidgetSettingsVoice.access$getOpenSLESConfigRadioManager$p(this.this$0).a(this.$button); WidgetSettingsVoice.access$onOpenSLESConfigChanged(this.this$0); } }