package X0;

import m3.AbstractC2467b;
import w4.C3137A;

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0797j(C0800m c0800m, InterfaceC0806t interfaceC0806t, A4.d dVar) {
        super(1, dVar);
        this.f8497b = c0800m;
        this.f8498c = interfaceC0806t;
    }

    @Override // C4.a
    public final A4.d create(A4.d dVar) {
        return new C0797j(this.f8497b, this.f8498c, dVar);
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        return ((C0797j) 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.f8496a;
        if (i6 != 0) {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
            return obj;
        }
        AbstractC2467b.l(obj);
        this.f8496a = 1;
        Object objC = this.f8497b.c(this.f8498c, this);
        return objC == aVar ? aVar : objC;
    }
}
