Fixes hard-to-see activity indicators in dark mode

This commit is contained in:
Riley Testut
2020-03-16 13:24:04 -07:00
parent 7474cf4fd1
commit a6746754b8
2 changed files with 1 additions and 6 deletions

View File

@@ -74,11 +74,6 @@ class MyAppsViewController: UICollectionViewController
self.navigationItem.leftBarButtonItem = UIBarButtonItem(title: "", style: .plain, target: nil, action: nil)
#endif
if #available(iOS 13.0, *)
{
self.navigationItem.leftBarButtonItem?.activityIndicatorView.style = .medium
}
// Allows us to intercept delegate callbacks.
self.updatesDataSource.fetchedResultsController.delegate = self