mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-28 07:57:38 +01:00
debloat: removed more patreon stuff carried over from altstore 2.0
This commit is contained in:
@@ -120,7 +120,6 @@ class MyAppsViewController: UICollectionViewController, PeekPopPreviewing
|
||||
{
|
||||
super.viewIsAppearing(animated)
|
||||
|
||||
// Ensure the button for each app reflects correct Patreon status.
|
||||
self.collectionView.reloadData()
|
||||
|
||||
self.update()
|
||||
@@ -1990,8 +1989,6 @@ extension MyAppsViewController
|
||||
|
||||
for action in actions where !allowedActions.contains(action)
|
||||
{
|
||||
// Disable options for Patreon apps that we are no longer pledged to.
|
||||
|
||||
if let action = action as? UIAction
|
||||
{
|
||||
action.attributes = .disabled
|
||||
|
||||
Reference in New Issue
Block a user