diff options
| author | Sajad Vishkai <sajaclvishkai@gmail.com> | 2022-09-26 11:55:00 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-09-26 16:31:21 +0200 |
| commit | c72f60f9283c1651bd685c86c59afae34ff3f753 (patch) | |
| tree | dfd728e15d645e11d567deb3187e68b63333d9db | |
| parent | 02d7863104a44e63427d3df0fa1b00e429f6ff2a (diff) | |
| download | mullvadvpn-c72f60f9283c1651bd685c86c59afae34ff3f753.tar.xz mullvadvpn-c72f60f9283c1651bd685c86c59afae34ff3f753.zip | |
Update SelectLocationCell.swift
| -rw-r--r-- | ios/MullvadVPN/SelectLocationCell.swift | 4 |
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 }() |
