package x;

import m3.AbstractC2467b;
import o0.C2631b;
import w4.C3137A;

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public Y0(Z0 z02, A4.d dVar) {
        super(2, dVar);
        this.f25725c = z02;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        Y0 y02 = new Y0(this.f25725c, dVar);
        y02.f25724b = ((C2631b) obj).f21785a;
        return y02;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        long j4 = ((C2631b) obj).f21785a;
        Y0 y02 = new Y0(this.f25725c, (A4.d) obj2);
        y02.f25724b = j4;
        return y02.invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f25723a;
        if (i6 != 0) {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
            return obj;
        }
        AbstractC2467b.l(obj);
        long j4 = this.f25724b;
        C3167h1 c3167h1 = this.f25725c.f25732C;
        this.f25723a = 1;
        Object objA = O0.a(c3167h1, j4, this);
        return objA == aVar ? aVar : objA;
    }
}
