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

import java.util.Collections;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlin.jvm.functions.Function2;

/* JADX INFO: loaded from: classes2.dex */
final class zzfzl extends SuspendLambda implements Function2 {
    /* synthetic */ Object zza;
    final /* synthetic */ String zzb;

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

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

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

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        kotlin.a.d(obj);
        jc1 jc1Var = new jc1((bj1) ((dj1) this.zza).s());
        nb.g.h(Collections.unmodifiableMap(((dj1) ((bj1) jc1Var.f12808b).f8617b).C()), "getQueryIdToAdQualityDataMapMap(...)");
        String str = this.zzb;
        nb.g.i(str, "key");
        bj1 bj1Var = (bj1) jc1Var.f12808b;
        bj1Var.getClass();
        bj1Var.c();
        ((dj1) bj1Var.f8617b).F().remove(str);
        return (dj1) ((bj1) jc1Var.f12808b).e();
    }
}
