diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-04-01 13:31:15 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-04-01 13:31:15 +0200 |
| commit | 090566b45ea18793a83d108328628079c385ef57 (patch) | |
| tree | 8ef82b9c739542568e4afa1548f7692dacfa6969 | |
| parent | 0b22f9db7d9c679250d3f80ee1ca40d9c138c03a (diff) | |
| parent | c221d1ee8f8f92a7d43b73c210479cb1eb56b4e0 (diff) | |
| download | mullvadvpn-090566b45ea18793a83d108328628079c385ef57.tar.xz mullvadvpn-090566b45ea18793a83d108328628079c385ef57.zip | |
Merge branch 'fix-account-forget-completion'
| -rw-r--r-- | ios/MullvadVPN/Account.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Account.swift b/ios/MullvadVPN/Account.swift index f6f0ab141a..eade0fb45d 100644 --- a/ios/MullvadVPN/Account.swift +++ b/ios/MullvadVPN/Account.swift @@ -183,6 +183,8 @@ class Account { self.observerList.forEach { (observer) in observer.accountDidLogout(self) } + + completionHandler() operation.finish() } } |
