package com.discord.widgets.settings; import d0.z.d.m; import rx.functions.Action1; /* compiled from: WidgetSettingsAppearance.kt */ public final class WidgetSettingsAppearance$configureThemeOption$1 implements Action1 { public final /* synthetic */ String $settingTheme; public final /* synthetic */ WidgetSettingsAppearance this$0; public WidgetSettingsAppearance$configureThemeOption$1(WidgetSettingsAppearance widgetSettingsAppearance, String str) { this.this$0 = widgetSettingsAppearance; this.$settingTheme = str; } public final void call(Boolean bool) { m.checkNotNullExpressionValue(bool, "checked"); if (bool.booleanValue()) { WidgetSettingsAppearance.access$updateTheme(this.this$0, this.$settingTheme); } } }