diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-07-29 09:07:15 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-08-01 16:07:07 +0200 |
| commit | b5db3d17888cffe85668a44bf8971bada64e6410 (patch) | |
| tree | 38527c1b972fb44d1d4c0d20ab43b175eb757bfe /ios | |
| parent | 250f76e6f46480239ab4c305b4c41f885c5e2cac (diff) | |
| download | mullvadvpn-b5db3d17888cffe85668a44bf8971bada64e6410.tar.xz mullvadvpn-b5db3d17888cffe85668a44bf8971bada64e6410.zip | |
Update header bar appearance
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/ConnectViewController.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/ConnectViewController.swift b/ios/MullvadVPN/ConnectViewController.swift index d518eefdaa..6a3fe21d0c 100644 --- a/ios/MullvadVPN/ConnectViewController.swift +++ b/ios/MullvadVPN/ConnectViewController.swift @@ -150,11 +150,11 @@ class ConnectViewController: UIViewController, MKMapViewDelegate, RootContainmen } func tunnelManager(_ manager: TunnelManager, didUpdateTunnelSettings tunnelSettings: TunnelSettingsV2) { - setNeedsHeaderBarStyleAppearanceUpdate() + // no-op } func tunnelManager(_ manager: TunnelManager, didUpdateDeviceState deviceState: DeviceState) { - // no-op + setNeedsHeaderBarStyleAppearanceUpdate() } func tunnelManager(_ manager: TunnelManager, didUpdateTunnelState tunnelState: TunnelState) { |
