package q;

import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: renamed from: q.c0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2768c0 extends C4.j implements J4.c {

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C2768c0(A4.d dVar, Object obj, C2784k0 c2784k0, A0 a02) {
        super(1, dVar);
        this.f23281b = a02;
        this.f23282c = c2784k0;
        this.f23283d = obj;
    }

    @Override // C4.a
    public final A4.d create(A4.d dVar) {
        return new C2768c0(dVar, this.f23283d, this.f23282c, this.f23281b);
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        return ((C2768c0) create((A4.d) obj)).invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f23280a;
        A0 a02 = this.f23281b;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            C2766b0 c2766b0 = new C2766b0(null, this.f23283d, this.f23282c, a02);
            this.f23280a = 1;
            if (V4.E.k(c2766b0, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        a02.i();
        return C3137A.f25453a;
    }
}
