package a3;

import m3.AbstractC2467b;
import w4.C3137A;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ X2.f f10733b;

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public n0(int i6, A4.d dVar, X2.f fVar, String str, String str2) {
        super(2, dVar);
        this.f10733b = fVar;
        this.f10734c = i6;
        this.f10735d = str;
        this.f10736e = str2;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        String str = this.f10735d;
        String str2 = this.f10736e;
        return new n0(this.f10734c, dVar, this.f10733b, str, str2);
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((n0) create((V4.C) obj, (A4.d) obj2)).invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f10732a;
        if (i6 != 0) {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
            return obj;
        }
        AbstractC2467b.l(obj);
        this.f10732a = 1;
        X2.f fVar = this.f10733b;
        fVar.getClass();
        c5.e eVar = V4.N.f8259a;
        Object objH = V4.E.H(c5.d.f13466b, new X2.c(this.f10734c, null, fVar, this.f10735d, this.f10736e), this);
        return objH == aVar ? aVar : objH;
    }
}
