summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController+ViewManagement.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController+ViewManagement.swift')
-rw-r--r--ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController+ViewManagement.swift5
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController+ViewManagement.swift b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController+ViewManagement.swift
index cf37eddbff..7035325c2d 100644
--- a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController+ViewManagement.swift
+++ b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportViewController+ViewManagement.swift
@@ -78,6 +78,11 @@ extension ProblemReportViewController {
userPrivacyLabel.pinEdgesToSuperviewMargins(PinnableEdges([.top(0), .trailing(0), .bottom(10)]))
}
+ let constraint = verticalStackView.heightAnchor.constraint(greaterThanOrEqualToConstant: 44)
+ NSLayoutConstraint.activate(
+ [constraint]
+ )
+
self.reduceAnonymityWarningView = reduceAnonymityWarningView
return verticalStackView