package S2;

import java.util.Map;
import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: loaded from: classes.dex */
public final class j extends C4.j implements J4.f {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f6168a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public /* synthetic */ String f6169b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ String f6170c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ String f6171d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ N2.r f6172e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public j(String str, String str2, N2.r rVar, A4.d dVar) {
        super(3, dVar);
        this.f6170c = str;
        this.f6171d = str2;
        this.f6172e = rVar;
    }

    @Override // J4.f
    public final Object invoke(Object obj, Object obj2, Object obj3) {
        ((Number) obj2).intValue();
        j jVar = new j(this.f6170c, this.f6171d, this.f6172e, (A4.d) obj3);
        jVar.f6169b = (String) obj;
        return jVar.invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        String str;
        B4.a aVar = B4.a.f492a;
        int i6 = this.f6168a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            String str2 = this.f6169b;
            this.f6169b = str2;
            this.f6168a = 1;
            Object objA = w.a(this.f6170c, str2, this.f6171d, this.f6172e, this);
            if (objA == aVar) {
                return aVar;
            }
            str = str2;
            obj = objA;
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            str = this.f6169b;
            AbstractC2467b.l(obj);
        }
        return new i(str, (Map) obj);
    }
}
