From 9899d60a26d8bea61a76fa434fdc8a3539fc5b2c Mon Sep 17 00:00:00 2001 From: lapinskijw Date: Fri, 28 Feb 2020 14:44:12 -0500 Subject: removed code from swift example that checks for first time hmiLevel is full --- Example Apps/Example Swift/ProxyManager.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Example Apps/Example Swift/ProxyManager.swift b/Example Apps/Example Swift/ProxyManager.swift index ac3913955..7d4d58dbd 100644 --- a/Example Apps/Example Swift/ProxyManager.swift +++ b/Example Apps/Example Swift/ProxyManager.swift @@ -173,11 +173,6 @@ extension ProxyManager: SDLManagerDelegate { vehicleDataManager.subscribeToVehicleOdometer() } - if newLevel == .full && firstHMILevelState != .full { - // This is our first time in a `FULL` state. - firstHMILevelState = newLevel - } - switch newLevel { case .full: // The SDL app is in the foreground // Always try to show the initial state to guard against some possible weird states. Duplicates will be ignored by Core. -- cgit v1.2.1