summaryrefslogtreecommitdiff
path: root/Example Apps/Example Swift
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-04-12 11:04:28 -0400
committerFrank Elias <francois.elias@livio.io>2021-04-12 11:04:28 -0400
commit4e624354d406b5e77327204eb47e49ee8f28aac8 (patch)
tree7b92be0bbb11b89cfa929a31e4b24464659477ef /Example Apps/Example Swift
parent047d827387c4108fe2b082642092d6bfa0a46a54 (diff)
downloadsdl_ios-4e624354d406b5e77327204eb47e49ee8f28aac8.tar.gz
Diffstat (limited to 'Example Apps/Example Swift')
-rw-r--r--Example Apps/Example Swift/ProxyManager.swift5
1 files changed, 4 insertions, 1 deletions
diff --git a/Example Apps/Example Swift/ProxyManager.swift b/Example Apps/Example Swift/ProxyManager.swift
index e5e21c4a2..9cbee5d6b 100644
--- a/Example Apps/Example Swift/ProxyManager.swift
+++ b/Example Apps/Example Swift/ProxyManager.swift
@@ -178,7 +178,10 @@ extension ProxyManager: SDLManagerDelegate {
subscribeButtonManager.subscribeToPresetButtons()
case .limited: break // An active NAV or MEDIA SDL app is in the background
case .background: break // The SDL app is not in the foreground
- case .none: break // The SDL app is not yet running
+ case .none:
+ // The SDL app is not yet running or is terminated
+ firstHMILevelState = .none
+ break
default: break
}
}