Skip to content

Commit 514a5c9

Browse files
committed
Merge branch 'spinner-is-out-of-control-in-out-of-time-view-ios-757'
2 parents 1ec271b + a6f766b commit 514a5c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ios/MullvadVPN/Views/StatusActivityView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class StatusActivityView: UIView {
4646
activityIndicator.heightAnchor.constraint(equalTo: statusImageView.heightAnchor),
4747
statusImageView.topAnchor.constraint(equalTo: topAnchor),
4848
statusImageView.bottomAnchor.constraint(equalTo: bottomAnchor),
49-
statusImageView.leadingAnchor.constraint(equalTo: leadingAnchor),
50-
statusImageView.trailingAnchor.constraint(equalTo: trailingAnchor),
5149

5250
statusImageView.centerXAnchor.constraint(equalTo: centerXAnchor),
5351
statusImageView.centerYAnchor.constraint(equalTo: centerYAnchor),

0 commit comments

Comments
 (0)