package com.revenuecat.purchases.ui.revenuecatui;

import J4.a;
import androidx.compose.runtime.MutableState;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class PaywallDialogKt$PaywallDialog$dismissDialog$1$1 extends p implements a {
    final /* synthetic */ MutableState<OfferingSelection> $currentDialogOffering$delegate;
    final /* synthetic */ PaywallDialogOptions $paywallDialogOptions;
    final /* synthetic */ MutableState<Boolean> $shouldDisplayDialog$delegate;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public PaywallDialogKt$PaywallDialog$dismissDialog$1$1(PaywallDialogOptions paywallDialogOptions, MutableState<OfferingSelection> mutableState, MutableState<Boolean> mutableState2) {
        super(0);
        this.$paywallDialogOptions = paywallDialogOptions;
        this.$currentDialogOffering$delegate = mutableState;
        this.$shouldDisplayDialog$delegate = mutableState2;
    }

    @Override // J4.a
    public /* bridge */ /* synthetic */ Object invoke() {
        m642invoke();
        return C3137A.f25453a;
    }

    /* JADX INFO: renamed from: invoke, reason: collision with other method in class */
    public final void m642invoke() {
        this.$currentDialogOffering$delegate.setValue(null);
        PaywallDialogKt.PaywallDialog$lambda$2(this.$shouldDisplayDialog$delegate, false);
        a dismissRequest = this.$paywallDialogOptions.getDismissRequest();
        if (dismissRequest != null) {
            dismissRequest.invoke();
        }
    }
}
