package B4;

import A4.j;
import kotlin.jvm.internal.F;
import kotlin.jvm.internal.o;
import m3.AbstractC2467b;

/* JADX INFO: loaded from: classes3.dex */
public final class c extends C4.c {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ A4.d f501c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public c(A4.d dVar, j jVar, J4.e eVar, A4.d dVar2) {
        super(jVar, dVar);
        this.f500b = eVar;
        this.f501c = dVar2;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        int i6 = this.f499a;
        if (i6 != 0) {
            if (i6 != 1) {
                throw new IllegalStateException("This coroutine had already completed");
            }
            this.f499a = 2;
            AbstractC2467b.l(obj);
            return obj;
        }
        this.f499a = 1;
        AbstractC2467b.l(obj);
        J4.e eVar = this.f500b;
        o.f(eVar, "null cannot be cast to non-null type kotlin.Function2<R of kotlin.coroutines.intrinsics.IntrinsicsKt__IntrinsicsJvmKt.createCoroutineUnintercepted, kotlin.coroutines.Continuation<T of kotlin.coroutines.intrinsics.IntrinsicsKt__IntrinsicsJvmKt.createCoroutineUnintercepted>, kotlin.Any?>");
        F.c(2, eVar);
        return eVar.invoke(this.f501c, this);
    }
}
