package defpackage;

import kotlin.Metadata;
import kotlin.coroutines.Continuation;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = 176)
public final class h93<T> implements l43 {
    /* JADX WARN: Removed duplicated region for block: B:7:0x0013  */
    @Override // defpackage.l43
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public final Object emit(Object obj, Continuation continuation) {
        g93 g93Var;
        if (continuation instanceof g93) {
            g93Var = (g93) continuation;
            int i = g93Var.c;
            if ((i & Integer.MIN_VALUE) != 0) {
                g93Var.c = i - Integer.MIN_VALUE;
            } else {
                g93Var = new g93(this, continuation);
            }
        }
        Object obj2 = g93Var.a;
        ck1 ck1Var = ck1.a;
        int i2 = g93Var.c;
        if (i2 == 0) {
            s38.b(obj2);
            throw null;
        }
        if (i2 != 1) {
            throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
        }
        s38.b(obj2);
        return e6a.a;
    }
}
