Skip to content

Commit d5d8e4e

Browse files
authored
Merge pull request #8223 from woocommerce/issue/8222-black-bars-on-ipad-spinner-modal
[Mobile Payments] Make Preparing Reader background one color
2 parents d574b37 + 6925775 commit d5d8e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/CardPresentPayments/CardPresentPaymentsModalViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ private extension CardPresentPaymentsModalViewController {
104104
func createLoadingIndicator() {
105105
let loadingIndicator = ProgressView()
106106
.progressViewStyle(IndefiniteCircularProgressViewStyle(size: 96.0))
107-
.background(Color(.tertiarySystemBackground))
108107
let host = ConstraintsUpdatingHostingController(rootView: loadingIndicator)
108+
host.view.backgroundColor = .tertiarySystemBackground
109109
add(host)
110110

111111
guard let index = mainStackView.arrangedSubviews.firstIndex(of: imageView) else {

0 commit comments

Comments
 (0)