diff options
| -rw-r--r-- | ios/MullvadVPN/HeaderBarView.swift | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ios/MullvadVPN/HeaderBarView.swift b/ios/MullvadVPN/HeaderBarView.swift index d27fb6ef6c..426b3756be 100644 --- a/ios/MullvadVPN/HeaderBarView.swift +++ b/ios/MullvadVPN/HeaderBarView.swift @@ -77,9 +77,7 @@ class HeaderBarView: UIView { right: UIMetrics.contentLayoutMargins.right ) - if #available(iOS 13.0, *) { - accessibilityContainerType = .semanticGroup - } + accessibilityContainerType = .semanticGroup let imageSize = brandNameImage?.size ?? .zero let brandNameAspectRatio = imageSize.width / max(imageSize.height, 1) |
