package M2;

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

/* JADX INFO: renamed from: M2.y, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0557y extends C4.j implements J4.e {

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0557y(boolean z6, boolean z7, MutableState mutableState, A4.d dVar) {
        super(2, dVar);
        this.f5026a = z6;
        this.f5027b = z7;
        this.f5028c = mutableState;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        return new C0557y(this.f5026a, this.f5027b, this.f5028c, dVar);
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        C0557y c0557y = (C0557y) create((V4.C) obj, (A4.d) obj2);
        C3137A c3137a = C3137A.f25453a;
        c0557y.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.f5026a || this.f5027b) {
            float f6 = B.f4217a;
            MutableState mutableState = this.f5028c;
            if (((P0) mutableState.getValue()) == P0.f4497c) {
                mutableState.setValue(P0.f4495a);
            }
        }
        return C3137A.f25453a;
    }
}
