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 c93<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) {
        b93 b93Var;
        if (continuation instanceof b93) {
            b93Var = (b93) continuation;
            int i = b93Var.c;
            if ((i & Integer.MIN_VALUE) != 0) {
                b93Var.c = i - Integer.MIN_VALUE;
            } else {
                b93Var = new b93(this, continuation);
            }
        }
        Object obj2 = b93Var.a;
        ck1 ck1Var = ck1.a;
        int i2 = b93Var.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;
    }
}
