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

18 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreUserSettingsSystem;
import com.discord.utilities.fcm.NotificationClient;
import d0.z.d.m;
import java.util.HashSet;
import rx.functions.Func4;
/* compiled from: StoreNotifications.kt */
public final class StoreNotifications$configureNotificationClient$completedSettings$2<T1, T2, T3, T4, R> implements Func4<NotificationClient.SettingsV2, String, StoreUserSettingsSystem.Settings, HashSet<Long>, NotificationClient.SettingsV2> {
public static final StoreNotifications$configureNotificationClient$completedSettings$2 INSTANCE = new StoreNotifications$configureNotificationClient$completedSettings$2();
public final NotificationClient.SettingsV2 call(NotificationClient.SettingsV2 settingsV2, String str, StoreUserSettingsSystem.Settings settings, HashSet<Long> hashSet) {
String locale = settings.getLocale();
m.checkNotNullExpressionValue(hashSet, "nonSendableChannelIds");
return NotificationClient.SettingsV2.copy$default(settingsV2, false, false, false, false, false, false, str, locale, hashSet, 63, null);
}
}