diff options
| author | Frank Elias <francois.elias@livio.io> | 2021-04-12 11:04:28 -0400 |
|---|---|---|
| committer | Frank Elias <francois.elias@livio.io> | 2021-04-12 11:04:28 -0400 |
| commit | 4e624354d406b5e77327204eb47e49ee8f28aac8 (patch) | |
| tree | 7b92be0bbb11b89cfa929a31e4b24464659477ef /Example Apps/Example Swift | |
| parent | 047d827387c4108fe2b082642092d6bfa0a46a54 (diff) | |
| download | sdl_ios-4e624354d406b5e77327204eb47e49ee8f28aac8.tar.gz | |
Diffstat (limited to 'Example Apps/Example Swift')
| -rw-r--r-- | Example Apps/Example Swift/ProxyManager.swift | 5 |
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 } } |
