package h3;

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

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public Q1(MutableState mutableState, MutableState mutableState2, MutableState mutableState3, MutableState mutableState4, A4.d dVar) {
        super(2, dVar);
        this.f17229a = mutableState;
        this.f17230b = mutableState2;
        this.f17231c = mutableState3;
        this.f17232d = mutableState4;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        return new Q1(this.f17229a, this.f17230b, this.f17231c, this.f17232d, dVar);
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        Q1 q12 = (Q1) create((V4.C) obj, (A4.d) obj2);
        C3137A c3137a = C3137A.f25453a;
        q12.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);
        MutableState mutableState = this.f17229a;
        w4.p pVar = Z1.f17674a;
        if (((Boolean) mutableState.getValue()).booleanValue()) {
            Boolean bool = Boolean.FALSE;
            this.f17230b.setValue(bool);
            this.f17231c.setValue(null);
            this.f17232d.setValue(bool);
        }
        return C3137A.f25453a;
    }
}
