package B4;

import C4.h;
import kotlin.jvm.internal.F;
import kotlin.jvm.internal.o;
import m3.AbstractC2467b;

/* JADX INFO: loaded from: classes3.dex */
public final class b extends h {

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        int i6 = this.f496a;
        if (i6 != 0) {
            if (i6 != 1) {
                throw new IllegalStateException("This coroutine had already completed");
            }
            this.f496a = 2;
            AbstractC2467b.l(obj);
            return obj;
        }
        this.f496a = 1;
        AbstractC2467b.l(obj);
        J4.e eVar = this.f497b;
        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.f498c, this);
    }
}
