mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-17 22:19:08 +00:00
Report reviewer event on successful connection
This commit is contained in:
parent
76c50e637d
commit
d2186678de
@ -395,6 +395,10 @@ class ServiceViewController: UIViewController, TableModelHost {
|
||||
|
||||
@objc private func vpnDidUpdate() {
|
||||
reloadVpnStatus()
|
||||
|
||||
if vpn.status == .connected {
|
||||
Reviewer.shared.reportEvent()
|
||||
}
|
||||
}
|
||||
|
||||
@objc private func applicationDidBecomeActive() {
|
||||
|
Loading…
Reference in New Issue
Block a user