summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/TermsOfServiceContentView.swift2
1 files changed, 0 insertions, 2 deletions
diff --git a/ios/MullvadVPN/TermsOfServiceContentView.swift b/ios/MullvadVPN/TermsOfServiceContentView.swift
index 4e18593681..1f2740bbfb 100644
--- a/ios/MullvadVPN/TermsOfServiceContentView.swift
+++ b/ios/MullvadVPN/TermsOfServiceContentView.swift
@@ -25,8 +25,6 @@ class TermsOfServiceContentView: UIView {
)
titleLabel.lineBreakMode = .byWordWrapping
if #available(iOS 14.0, *) {
- // Disable the new line break strategy used by UIKit that moves at least two words
- // to the next line which makes the title look odd.
// See: https://stackoverflow.com/q/46200027/351305
titleLabel.lineBreakStrategy = []
}