package com.revenuecat.purchases.ui.revenuecatui.customercenter;

import android.content.Context;
import com.revenuecat.purchases.ui.revenuecatui.customercenter.viewmodel.CustomerCenterViewModel;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class InternalCustomerCenterKt$InternalCustomerCenter$5$1 extends p implements J4.a {
    final /* synthetic */ Context $context;
    final /* synthetic */ J4.a $onDismiss;
    final /* synthetic */ CustomerCenterViewModel $viewModel;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public InternalCustomerCenterKt$InternalCustomerCenter$5$1(CustomerCenterViewModel customerCenterViewModel, Context context, J4.a aVar) {
        super(0);
        this.$viewModel = customerCenterViewModel;
        this.$context = context;
        this.$onDismiss = aVar;
    }

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

    /* JADX INFO: renamed from: invoke, reason: collision with other method in class */
    public final void m941invoke() {
        this.$viewModel.onNavigationButtonPressed(this.$context, this.$onDismiss);
    }
}
