Update whole views when back from backgorund

This commit is contained in:
Davide De Rosa 2019-03-10 14:32:24 +01:00
parent 1dd3ad18aa
commit 1eca19e96f

View File

@ -420,7 +420,8 @@ class ServiceViewController: UIViewController, TableModelHost {
}
@objc private func applicationDidBecomeActive() {
reloadVpnStatus()
reloadModel()
updateViewsIfNeeded()
}
}