package defpackage;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\u000b\n\u0000\n\u0002\u0018\u0002\n\u0000*\u0001\u0000\b\n\u0018\u00002\b\u0012\u0004\u0012\u00028\u00000\u0001¨\u0006\u0002¸\u0006\u0000"}, d2 = {"u98", "Lj43;", "kotlinx-coroutines-core"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@vx8
public final class f73 implements j43<Object> {
    /* JADX WARN: Removed duplicated region for block: B:7:0x0013  */
    @Override // defpackage.j43
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public final Object collect(l43 l43Var, Continuation continuation) {
        e73 e73Var;
        if (continuation instanceof e73) {
            e73Var = (e73) continuation;
            int i = e73Var.b;
            if ((i & Integer.MIN_VALUE) != 0) {
                e73Var.b = i - Integer.MIN_VALUE;
            } else {
                e73Var = new e73(this, continuation);
            }
        }
        Object obj = e73Var.a;
        ck1 ck1Var = ck1.a;
        int i2 = e73Var.b;
        if (i2 == 0) {
            s38.b(obj);
            throw null;
        }
        if (i2 != 1) {
            throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
        }
        s38.b(obj);
        return e6a.a;
    }
}
