Switch to active profile on intent update

Better user experience.
This commit is contained in:
Davide De Rosa 2019-03-09 12:07:34 +01:00
parent 439c9c0b0f
commit f50cf44bab
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ class ServiceViewController: UIViewController, TableModelHost {
}
@objc private func intentDidUpdateService() {
setProfile(profile)
setProfile(service.activeProfile)
}
@objc private func applicationDidBecomeActive() {