summaryrefslogtreecommitdiff
path: root/Example Apps/Example ObjC/ProxyManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example Apps/Example ObjC/ProxyManager.m')
-rw-r--r--Example Apps/Example ObjC/ProxyManager.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Example Apps/Example ObjC/ProxyManager.m b/Example Apps/Example ObjC/ProxyManager.m
index 9cb17a9e0..06ab5dd02 100644
--- a/Example Apps/Example ObjC/ProxyManager.m
+++ b/Example Apps/Example ObjC/ProxyManager.m
@@ -261,7 +261,8 @@ NS_ASSUME_NONNULL_BEGIN
} else if ([newLevel isEqualToEnum:SDLHMILevelBackground]) {
// The SDL app is not in the foreground
} else if ([newLevel isEqualToEnum:SDLHMILevelNone]) {
- // The SDL app is not yet running
+ // The SDL app is not yet running or is terminated
+ self.firstHMILevel = SDLHMILevelNone;
}
}