Skip to content

Commit a6f766b

Browse files
committed
Fix the spinner spinning round like a record
1 parent 1ec271b commit a6f766b

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)