package com.revenuecat.purchases.ui.revenuecatui.components.button;

import J4.a;
import androidx.compose.runtime.MutableState;
import com.revenuecat.purchases.ui.revenuecatui.components.button.ButtonComponentViewKt;
import kotlin.jvm.internal.p;

/* JADX INFO: loaded from: classes3.dex */
public final class ButtonComponentViewKt$ButtonComponentView$2$progressAlpha$2$1 extends p implements a {
    final /* synthetic */ MutableState<Boolean> $myActionInProgress$delegate;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public ButtonComponentViewKt$ButtonComponentView$2$progressAlpha$2$1(MutableState<Boolean> mutableState) {
        super(0);
        this.$myActionInProgress$delegate = mutableState;
    }

    @Override // J4.a
    public final Float invoke() {
        return Float.valueOf(ButtonComponentViewKt.AnonymousClass2.invoke$lambda$2(this.$myActionInProgress$delegate) ? 1.0f : 0.0f);
    }
}
