discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications...

20 lines
748 B
Java

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