what-the-bank/sources/com/google/firebase/remoteconfig/FirebaseRemoteConfig$$Lambd...

27 lines
996 B
Java

package com.google.firebase.remoteconfig;
import com.google.android.gms.tasks.Continuation;
import com.google.android.gms.tasks.Task;
/* loaded from: classes2.dex */
public final /* synthetic */ class FirebaseRemoteConfig$$Lambda$4 implements Continuation {
private final FirebaseRemoteConfig arg$1;
private final Task arg$2;
private final Task arg$3;
@Override // com.google.android.gms.tasks.Continuation
public final Object then(Task task) {
return FirebaseRemoteConfig.lambda$activate$2(this.arg$1, this.arg$2, this.arg$3, task);
}
public static Continuation lambdaFactory$(FirebaseRemoteConfig firebaseRemoteConfig, Task task, Task task2) {
return new FirebaseRemoteConfig$$Lambda$4(firebaseRemoteConfig, task, task2);
}
private FirebaseRemoteConfig$$Lambda$4(FirebaseRemoteConfig firebaseRemoteConfig, Task task, Task task2) {
this.arg$1 = firebaseRemoteConfig;
this.arg$2 = task;
this.arg$3 = task2;
}
}