Fixes hard-to-see sideloading activity indicator in dark mode

This commit is contained in:
Riley Testut
2019-11-04 11:17:28 -08:00
parent aba9f67393
commit 7485472095

View File

@@ -67,6 +67,11 @@ class MyAppsViewController: UICollectionViewController
{
super.viewDidLoad()
if #available(iOS 13.0, *)
{
self.navigationItem.leftBarButtonItem?.activityIndicatorView.style = .medium
}
// Allows us to intercept delegate callbacks.
self.updatesDataSource.fetchedResultsController.delegate = self