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

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