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

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