package x;

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

/* JADX INFO: renamed from: x.l1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C3179l1 extends C4.j implements J4.e {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ C4.j f25859b;

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    /* JADX WARN: Multi-variable type inference failed */
    public C3179l1(J4.f fVar, C0 c02, C0124z c0124z, A4.d dVar) {
        super(2, dVar);
        this.f25859b = (C4.j) fVar;
        this.f25860c = c02;
        this.f25861d = c0124z;
    }

    /* JADX WARN: Type inference failed for: r1v0, types: [C4.j, J4.f] */
    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        return new C3179l1(this.f25859b, this.f25860c, this.f25861d, dVar);
    }

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

    /* JADX WARN: Type inference failed for: r1v1, types: [C4.j, J4.f] */
    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f25858a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            C2631b c2631b = new C2631b(this.f25861d.f646c);
            this.f25858a = 1;
            if (this.f25859b.invoke(this.f25860c, c2631b, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
