package T;

import J0.X;
import K.A0;
import V4.E;
import m3.AbstractC2467b;
import w4.C3137A;

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

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public d(A0 a02, e eVar, s sVar, A4.d dVar) {
        super(2, dVar);
        this.f6304c = a02;
        this.f6305d = eVar;
        this.f6306e = sVar;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        d dVar2 = new d(this.f6304c, this.f6305d, this.f6306e, dVar);
        dVar2.f6303b = obj;
        return dVar2;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        ((d) create((X) obj, (A4.d) obj2)).invokeSuspend(C3137A.f25453a);
        return B4.a.f492a;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f6302a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            c cVar = new c((X) this.f6303b, this.f6304c, this.f6305d, this.f6306e, null);
            this.f6302a = 1;
            if (E.k(cVar, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        throw new E3.v();
    }
}
