|
|
@ -67,7 +67,7 @@ class ModalActivityIndicatorViewController: OWSViewController {
|
|
|
|
override func loadView() {
|
|
|
|
override func loadView() {
|
|
|
|
super.loadView()
|
|
|
|
super.loadView()
|
|
|
|
|
|
|
|
|
|
|
|
self.view.backgroundColor = UIColor(colorLiteralRed: 0, green: 0, blue: 0, alpha: 0.25)
|
|
|
|
self.view.backgroundColor = UIColor(red: 0, green: 0, blue: 0, alpha: 0.25)
|
|
|
|
self.view.isOpaque = false
|
|
|
|
self.view.isOpaque = false
|
|
|
|
|
|
|
|
|
|
|
|
let activityIndicator = UIActivityIndicatorView(activityIndicatorStyle:.whiteLarge)
|
|
|
|
let activityIndicator = UIActivityIndicatorView(activityIndicatorStyle:.whiteLarge)
|
|
|
|