Omit broken links from TV paywall

Fixes #1068
This commit is contained in:
Davide 2025-01-19 22:48:38 +01:00
parent b5b471a995
commit 66da9d165d
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -89,7 +89,9 @@ private extension PaywallView {
requiredFeaturesView
featureProductsView
fullProductsView
#if !os(tvOS)
linksView
#endif
if !iapManager.isFullVersionPurchaser {
allFeaturesView
}