Remove Patreon check to show beta apps in store view

This commit is contained in:
Jawshoeadan
2022-12-08 10:28:34 -06:00
parent cb990978ee
commit 86d02be70c

View File

@@ -167,14 +167,7 @@ private extension BrowseViewController
func updateDataSource()
{
if let patreonAccount = DatabaseManager.shared.patreonAccount(), patreonAccount.isPatron, PatreonAPI.shared.isAuthenticated
{
self.dataSource.predicate = nil
}
else
{
self.dataSource.predicate = NSPredicate(format: "%K == NO", #keyPath(StoreApp.isBeta))
}
}
func fetchSource()