discord-jadx/app/src/main/java/com/discord/stores/StoreNotifications$setNotif...

22 lines
993 B
Java

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$setNotificationSoundDisabled$1 extends o implements Function1<NotificationClient.SettingsV2, NotificationClient.SettingsV2> {
public final /* synthetic */ boolean $notificationSoundDisabled;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreNotifications$setNotificationSoundDisabled$1(boolean z2) {
super(1);
this.$notificationSoundDisabled = z2;
}
public final NotificationClient.SettingsV2 invoke(NotificationClient.SettingsV2 settingsV2) {
m.checkNotNullParameter(settingsV2, "it");
return NotificationClient.SettingsV2.copy$default(settingsV2, false, false, false, false, this.$notificationSoundDisabled, false, null, null, null, 495, null);
}
}