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$4 implements Action1 { public final /* synthetic */ StoreNotifications $this_apply; public WidgetSettingsNotifications$onViewBound$1$4(StoreNotifications storeNotifications) { this.$this_apply = storeNotifications; } public final void call(Boolean bool) { StoreNotifications storeNotifications = this.$this_apply; m.checkNotNullExpressionValue(bool, "isChecked"); storeNotifications.setNotificationsVibrateDisabled(bool.booleanValue()); } }