package Z4;

import K.J;
import Y4.InterfaceC0843i;
import Y4.InterfaceC0844j;
import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class m extends C4.j implements J4.e {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public /* synthetic */ Object f9189b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ n f9190c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ InterfaceC0844j f9191d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public m(n nVar, InterfaceC0844j interfaceC0844j, A4.d dVar) {
        super(2, dVar);
        this.f9190c = nVar;
        this.f9191d = interfaceC0844j;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        m mVar = new m(this.f9190c, this.f9191d, dVar);
        mVar.f9189b = obj;
        return mVar;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((m) create((V4.C) obj, (A4.d) obj2)).invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f9188a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            V4.C c6 = (V4.C) this.f9189b;
            kotlin.jvm.internal.C c7 = new kotlin.jvm.internal.C();
            n nVar = this.f9190c;
            InterfaceC0843i interfaceC0843i = nVar.f9178d;
            J j4 = new J(c7, c6, nVar, this.f9191d, 1);
            this.f9188a = 1;
            if (interfaceC0843i.collect(j4, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
