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