Make Add Feed activity indicator adopt darkmode appearance
This commit is contained in:
parent
51e37373df
commit
fc6341704b
|
@ -40,6 +40,7 @@ class AddContainerViewController: UIViewController {
|
|||
override func viewDidLoad() {
|
||||
|
||||
super.viewDidLoad()
|
||||
activityIndicatorView.color = UIColor.label
|
||||
activityIndicatorView.isHidden = true
|
||||
|
||||
typeSelectorSegmentedControl.selectedSegmentIndex = initialControllerType?.rawValue ?? 0
|
||||
|
|
Loading…
Reference in New Issue