package com.discord.widgets.settings; import com.discord.stores.StoreNotifications; import com.discord.stores.StoreStream; import d0.z.d.m; import rx.functions.Action1; /* compiled from: WidgetSettingsNotificationsOs.kt */ /* loaded from: classes2.dex */ public final class WidgetSettingsNotificationsOs$onViewCreated$2 implements Action1 { public static final WidgetSettingsNotificationsOs$onViewCreated$2 INSTANCE = new WidgetSettingsNotificationsOs$onViewCreated$2(); public final void call(Boolean bool) { StoreNotifications notifications = StoreStream.Companion.getNotifications(); m.checkNotNullExpressionValue(bool, "it"); StoreNotifications.setEnabledInApp$default(notifications, bool.booleanValue(), false, 2, null); } }