diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-08-03 15:27:42 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-08-03 17:52:08 +0200 |
| commit | 8f74ad954b034b50dce09e4e8d00249eb6bad065 (patch) | |
| tree | b8f2815d7a21e8fa3deb8ff4d73172bcc25e675e | |
| parent | 3bce93d6caf6182fc9e40660909841ac3e14a6fe (diff) | |
| download | mullvadvpn-8f74ad954b034b50dce09e4e8d00249eb6bad065.tar.xz mullvadvpn-8f74ad954b034b50dce09e4e8d00249eb6bad065.zip | |
Fix formatting defect
| -rw-r--r-- | ios/MullvadVPN/NotificationManager.swift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/MullvadVPN/NotificationManager.swift b/ios/MullvadVPN/NotificationManager.swift index d4791222b5..63468e70a3 100644 --- a/ios/MullvadVPN/NotificationManager.swift +++ b/ios/MullvadVPN/NotificationManager.swift @@ -30,8 +30,9 @@ class NotificationProvider { } func invalidate() { - let executor = { () in + let executor = { self.delegate?.notificationProviderDidInvalidate(self) + return } if Thread.isMainThread { |
