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

import J4.a;
import com.revenuecat.purchases.ui.revenuecatui.data.PaywallState;
import kotlin.jvm.internal.p;

/* JADX INFO: loaded from: classes3.dex */
public final class TabControlToggleViewKt$TabControlToggleView$checked$2$1 extends p implements a {
    final /* synthetic */ PaywallState.Loaded.Components $state;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public TabControlToggleViewKt$TabControlToggleView$checked$2$1(PaywallState.Loaded.Components components) {
        super(0);
        this.$state = components;
    }

    @Override // J4.a
    public final Boolean invoke() {
        return Boolean.valueOf(this.$state.getSelectedTabIndex() > 0);
    }
}
