diff options
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m index 811aef5db..e197f7e0c 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m +++ b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m @@ -130,7 +130,7 @@ NSString *const SDLAppId = @"9999"; } - (void)onOnHMIStatus:(SDLOnHMIStatus *)notification { - if ((notification.hmiLevel == [SDLHMILevel HMI_FULL]) && self.isFirstHMIFull) { + if ((notification.hmiLevel == [SDLHMILevel FULL]) && self.isFirstHMIFull) { [self showInitialData]; self.isFirstHMIFull = NO; } |