summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-12-09 15:21:41 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-12-09 16:51:39 +0100
commit37645072fe534baa798a448aceb131802f911231 (patch)
tree87e7ace83ce32705e94a3b5b16cd41fdca6869f8
parent222e5aae85dbd06db54b3107eb0c9701403b2e6f (diff)
downloadmullvadvpn-37645072fe534baa798a448aceb131802f911231.tar.xz
mullvadvpn-37645072fe534baa798a448aceb131802f911231.zip
Use given deviceState
-rw-r--r--ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryNotificationProvider.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryNotificationProvider.swift b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryNotificationProvider.swift
index e2514d7398..80b7a06428 100644
--- a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryNotificationProvider.swift
+++ b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryNotificationProvider.swift
@@ -182,6 +182,6 @@ final class AccountExpiryNotificationProvider: NotificationProvider, SystemNotif
}
func tunnelManager(_ manager: TunnelManager, didUpdateDeviceState deviceState: DeviceState) {
- invalidate(deviceState: manager.deviceState)
+ invalidate(deviceState: deviceState)
}
}