diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-21 13:43:36 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-21 13:43:36 +0100 |
| commit | 55a0fee231d22f04a44c37a99450df89b66c6469 (patch) | |
| tree | d6c5e15309947fa1eb4dbffe323e04e4bf5ada97 | |
| parent | fba5a3266884fa4022b16fd8693b7b70c6f46c11 (diff) | |
| parent | 0c47b260302461580b9877d91e0f81b962460568 (diff) | |
| download | mullvadvpn-55a0fee231d22f04a44c37a99450df89b66c6469.tar.xz mullvadvpn-55a0fee231d22f04a44c37a99450df89b66c6469.zip | |
Merge branch 'move-spinner-in-front-of-connection-view'
| -rw-r--r-- | ios/MullvadVPN/View controllers/Tunnel/TunnelViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/Tunnel/TunnelViewController.swift b/ios/MullvadVPN/View controllers/Tunnel/TunnelViewController.swift index 6eb7369288..1ed904fa70 100644 --- a/ios/MullvadVPN/View controllers/Tunnel/TunnelViewController.swift +++ b/ios/MullvadVPN/View controllers/Tunnel/TunnelViewController.swift @@ -134,8 +134,8 @@ class TunnelViewController: UIViewController, RootContainment { } addMapController() - addConnectionView() addActivityIndicator() + addConnectionView() updateMap(animated: false) } |
