diff options
| -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() } } |
