Moving extensions around

This commit is contained in:
relikd
2020-06-28 17:04:48 +02:00
parent 710c617862
commit 0e100006d3
7 changed files with 60 additions and 50 deletions

View File

@@ -106,6 +106,6 @@ final class GlassVPNManager {
private func postProcessedVPNState(_ state: VPNState) {
self.state = state
NotifyVPNStateChanged.post(state)
NotifyVPNStateChanged.post()
}
}