mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53: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()
|
super.viewDidLoad()
|
||||||
|
|
||||||
|
if #available(iOS 13.0, *)
|
||||||
|
{
|
||||||
|
self.navigationItem.leftBarButtonItem?.activityIndicatorView.style = .medium
|
||||||
|
}
|
||||||
|
|
||||||
// Allows us to intercept delegate callbacks.
|
// Allows us to intercept delegate callbacks.
|
||||||
self.updatesDataSource.fetchedResultsController.delegate = self
|
self.updatesDataSource.fetchedResultsController.delegate = self
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user