We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b30164 commit 44b40c3Copy full SHA for 44b40c3
ios/MullvadVPN/Views/StatusActivityView.swift
@@ -46,8 +46,6 @@ class StatusActivityView: UIView {
46
activityIndicator.heightAnchor.constraint(equalTo: statusImageView.heightAnchor),
47
statusImageView.topAnchor.constraint(equalTo: topAnchor),
48
statusImageView.bottomAnchor.constraint(equalTo: bottomAnchor),
49
- statusImageView.leadingAnchor.constraint(equalTo: leadingAnchor),
50
- statusImageView.trailingAnchor.constraint(equalTo: trailingAnchor),
51
52
statusImageView.centerXAnchor.constraint(equalTo: centerXAnchor),
53
statusImageView.centerYAnchor.constraint(equalTo: centerYAnchor),
0 commit comments