package com.discord.stores; import com.discord.utilities.fcm.NotificationClient; import d0.z.d.m; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: StoreNotifications.kt */ public final class StoreNotifications$setNotificationLightDisabled$1 extends o implements Function1 { public final /* synthetic */ boolean $notificationLightDisabled; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreNotifications$setNotificationLightDisabled$1(boolean z2) { super(1); this.$notificationLightDisabled = z2; } public final NotificationClient.SettingsV2 invoke(NotificationClient.SettingsV2 settingsV2) { m.checkNotNullParameter(settingsV2, "it"); return NotificationClient.SettingsV2.copy$default(settingsV2, false, false, false, this.$notificationLightDisabled, false, false, null, null, null, 503, null); } }