package com.discord.widgets.settings; import com.discord.stores.StoreNotifications; import d0.z.d.m; import rx.functions.Action1; /* compiled from: WidgetSettingsNotifications.kt */ public final class WidgetSettingsNotifications$onViewBound$1$2 implements Action1 { public final /* synthetic */ StoreNotifications $this_apply; public WidgetSettingsNotifications$onViewBound$1$2(StoreNotifications storeNotifications) { this.$this_apply = storeNotifications; } public final void call(Boolean bool) { StoreNotifications storeNotifications = this.$this_apply; m.checkNotNullExpressionValue(bool, "isChecked"); StoreNotifications.setEnabledInApp$default(storeNotifications, bool.booleanValue(), false, 2, null); } }