package x;

import m3.AbstractC2467b;
import v.AbstractC2994O;
import w4.C3137A;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ C0.F f25528c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ J4.f f25529d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ J4.c f25530e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ J4.c f25531f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C1(C0.F f6, J4.f fVar, J4.c cVar, AbstractC2994O abstractC2994O, J4.c cVar2, A4.d dVar) {
        super(2, dVar);
        this.f25528c = f6;
        this.f25529d = fVar;
        this.f25530e = cVar;
        this.f25531f = cVar2;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        C1 c12 = new C1(this.f25528c, this.f25529d, this.f25530e, null, this.f25531f, dVar);
        c12.f25527b = obj;
        return c12;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((C1) 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.f25526a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            V4.C c6 = (V4.C) this.f25527b;
            C0.F f6 = this.f25528c;
            C0 c02 = new C0(f6);
            B1 b12 = new B1(c6, this.f25529d, this.f25530e, null, this.f25531f, c02, null);
            this.f25526a = 1;
            if (I1.e(f6, b12, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
