[AltStore] Fixes unresponsive BrowseViewController download/open button

This commit is contained in:
Riley Testut
2019-07-30 17:20:55 -07:00
parent 2fa215dd4d
commit ff83fcf90d

View File

@@ -78,6 +78,7 @@ private extension BrowseViewController
cell.imageNames = Array(app.screenshotNames.prefix(3))
cell.appIconImageView.image = UIImage(named: app.iconName)
cell.actionButton.addTarget(self, action: #selector(BrowseViewController.performAppAction(_:)), for: .primaryActionTriggered)
cell.actionButton.activityIndicatorView.style = .white
// Explicitly set to false to ensure we're starting from a non-activity indicating state.