package h3;

import androidx.compose.runtime.MutableState;
import m3.AbstractC2467b;
import w4.C3137A;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ boolean f17113a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ n0.x f17114b;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public O1(boolean z6, n0.x xVar, MutableState mutableState, A4.d dVar) {
        super(2, dVar);
        this.f17113a = z6;
        this.f17114b = xVar;
        this.f17115c = mutableState;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        return new O1(this.f17113a, this.f17114b, this.f17115c, dVar);
    }

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

    /* JADX WARN: Multi-variable type inference failed */
    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        AbstractC2467b.l(obj);
        if (!this.f17113a) {
            MutableState mutableState = this.f17115c;
            w4.p pVar = Z1.f17674a;
            if (!((Boolean) mutableState.getValue()).booleanValue()) {
                n0.x.a(this.f17114b);
                mutableState.setValue(Boolean.TRUE);
            }
        }
        return C3137A.f25453a;
    }
}
