mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Fixes hard-to-see sideloading activity indicator in dark mode
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user