package com.google.android.gms.internal.ads;

import kotlin.coroutines.Continuation;
import kotlin.coroutines.intrinsics.CoroutineSingletons;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlin.jvm.functions.Function2;

/* JADX INFO: loaded from: classes2.dex */
final class zzfzu extends SuspendLambda implements Function2 {
    int zza;
    final /* synthetic */ lj1 zzb;
    final /* synthetic */ String zzc;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public zzfzu(lj1 lj1Var, String str, Continuation continuation) {
        super(2, continuation);
        this.zzb = lj1Var;
        this.zzc = str;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Continuation create(Object obj, Continuation continuation) {
        return new zzfzu(this.zzb, this.zzc, continuation);
    }

    @Override // kotlin.jvm.functions.Function2
    public final /* bridge */ /* synthetic */ Object invoke(Object obj, Object obj2) {
        return ((zzfzu) create((kotlinx.coroutines.x) obj, (Continuation) obj2)).invokeSuspend(kd.e.f29109a);
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        CoroutineSingletons coroutineSingletons = CoroutineSingletons.f29226a;
        int i10 = this.zza;
        kotlin.a.d(obj);
        if (i10 == 0) {
            lj1 lj1Var = this.zzb;
            String str = this.zzc;
            this.zza = 1;
            if (lj1Var.b(str, this) == coroutineSingletons) {
                return coroutineSingletons;
            }
        }
        return kd.e.f29109a;
    }
}
