Switch to active profile on intent update
Better user experience.
This commit is contained in:
parent
439c9c0b0f
commit
f50cf44bab
|
@ -416,7 +416,7 @@ class ServiceViewController: UIViewController, TableModelHost {
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc private func intentDidUpdateService() {
|
@objc private func intentDidUpdateService() {
|
||||||
setProfile(profile)
|
setProfile(service.activeProfile)
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc private func applicationDidBecomeActive() {
|
@objc private func applicationDidBecomeActive() {
|
||||||
|
|
Loading…
Reference in New Issue