diff --git a/Passepartout-iOS/Scenes/ServiceViewController.swift b/Passepartout-iOS/Scenes/ServiceViewController.swift index c399b598..409a7356 100644 --- a/Passepartout-iOS/Scenes/ServiceViewController.swift +++ b/Passepartout-iOS/Scenes/ServiceViewController.swift @@ -244,10 +244,6 @@ class ServiceViewController: UIViewController, TableModelHost { self.reloadModel() self.tableView.reloadData() } - - if #available(iOS 12, *) { - InteractionsHandler.donateDisableVPN() - } } else { vpn.disconnect { (error) in self.reloadModel() @@ -256,7 +252,8 @@ class ServiceViewController: UIViewController, TableModelHost { } if #available(iOS 12, *) { - InteractionsHandler.donateConnection(with: uncheckedProfile) + InteractionsHandler.donateEnableVPN() + InteractionsHandler.donateDisableVPN() } }