package com.revenuecat.purchases.ui.revenuecatui;

import J4.a;
import a0.I;
import com.revenuecat.purchases.ui.revenuecatui.data.PaywallViewModel;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class InternalPaywallKt$InternalPaywall$2$1 extends p implements a {
    final /* synthetic */ I $colorScheme;
    final /* synthetic */ boolean $isDark;
    final /* synthetic */ PaywallViewModel $viewModel;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public InternalPaywallKt$InternalPaywall$2$1(PaywallViewModel paywallViewModel, I i6, boolean z6) {
        super(0);
        this.$viewModel = paywallViewModel;
        this.$colorScheme = i6;
        this.$isDark = z6;
    }

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

    /* JADX INFO: renamed from: invoke, reason: collision with other method in class */
    public final void m633invoke() {
        this.$viewModel.refreshStateIfLocaleChanged();
        this.$viewModel.refreshStateIfColorsChanged(this.$colorScheme, this.$isDark);
    }
}
