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 com.revenuecat.purchases.ui.revenuecatui.data.PaywallState;
import kotlin.jvm.internal.p;

/* JADX INFO: loaded from: classes3.dex */
public final class ButtonComponentViewKt$ButtonComponentView$2$contentAlpha$2$1 extends p implements a {
    final /* synthetic */ PaywallState.Loaded.Components $anyActionInProgress$delegate;
    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$contentAlpha$2$1(MutableState<Boolean> mutableState, PaywallState.Loaded.Components components) {
        super(0);
        this.$myActionInProgress$delegate = mutableState;
        this.$anyActionInProgress$delegate = components;
    }

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