summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
diff options
context:
space:
mode:
authorMojgan <Mojgan.jelodar@codic.se>2023-04-25 16:31:08 +0200
committerAndrej Mihajlov <and@mullvad.net>2023-04-26 09:51:00 +0200
commitf83576b292b5e293e99ac71b7564d3f5950b210e (patch)
treebd8be4e36e9fa9815b4a3d57779108d948ae0d11 /ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
parent5ddf2a83859a4a1f313fa9e1455af1339bddf28b (diff)
downloadmullvadvpn-f83576b292b5e293e99ac71b7564d3f5950b210e.tar.xz
mullvadvpn-f83576b292b5e293e99ac71b7564d3f5950b210e.zip
Add in-app banner message for a new device
Diffstat (limited to 'ios/MullvadVPN/Containers/Root/RootContainerViewController.swift')
-rw-r--r--ios/MullvadVPN/Containers/Root/RootContainerViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
index 679964d46c..05e9383a06 100644
--- a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
+++ b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
@@ -70,7 +70,7 @@ class RootContainerViewController: UIViewController {
let transitionContainer = UIView(frame: UIScreen.main.bounds)
private var presentationContainerAccountButton: UIButton?
private var presentationContainerSettingsButton: UIButton?
- private var configuration = RootConfigration(showsAccountButton: false)
+ private var configuration = RootConfigration(showsAccountButton: false, showsDeviceInfo: true)
private(set) var headerBarPresentation = HeaderBarPresentation.default
private(set) var headerBarHidden = false