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

15 lines
702 B
Java

package com.discord.stores;
import com.discord.utilities.fcm.NotificationClient;
import d0.o;
import kotlin.Pair;
import rx.functions.Func2;
/* compiled from: StoreNotifications.kt */
public final class StoreNotifications$configureNotificationClient$2<T1, T2, R> implements Func2<NotificationClient.SettingsV2, Boolean, Pair<? extends NotificationClient.SettingsV2, ? extends Boolean>> {
public static final StoreNotifications$configureNotificationClient$2 INSTANCE = new StoreNotifications$configureNotificationClient$2();
public final Pair<NotificationClient.SettingsV2, Boolean> call(NotificationClient.SettingsV2 settingsV2, Boolean bool) {
return o.to(settingsV2, bool);
}
}