summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/SelectLocationCell.swift4
1 files changed, 1 insertions, 3 deletions
diff --git a/ios/MullvadVPN/SelectLocationCell.swift b/ios/MullvadVPN/SelectLocationCell.swift
index c2050560c7..7622433925 100644
--- a/ios/MullvadVPN/SelectLocationCell.swift
+++ b/ios/MullvadVPN/SelectLocationCell.swift
@@ -18,9 +18,7 @@ class SelectLocationCell: UITableViewCell {
let statusIndicator: UIView = {
let view = UIView()
view.layer.cornerRadius = kRelayIndicatorSize * 0.5
- if #available(iOS 13.0, *) {
- view.layer.cornerCurve = .circular
- }
+ view.layer.cornerCurve = .circular
return view
}()