diff options
| -rw-r--r-- | ios/MullvadVPN/ConnectViewController.swift | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ios/MullvadVPN/ConnectViewController.swift b/ios/MullvadVPN/ConnectViewController.swift index e3da0fe159..c22e4497e7 100644 --- a/ios/MullvadVPN/ConnectViewController.swift +++ b/ios/MullvadVPN/ConnectViewController.swift @@ -500,11 +500,7 @@ class ConnectViewController: UIViewController, MKMapViewDelegate, RootContainmen MKAnnotationView.self, forAnnotationViewWithReuseIdentifier: Self.locationMarkerReuseIdentifier ) - - if #available(iOS 13.0, *) { - // Use dark style for the map to dim the map grid - contentView.mapView.overrideUserInterfaceStyle = .dark - } + contentView.mapView.overrideUserInterfaceStyle = .dark addTileOverlay() loadGeoJSONData() |
