diff --git a/SmartDeviceLink/SDLLifecycleManager.m b/SmartDeviceLink/SDLLifecycleManager.m index 6fc6f5b0d..08eabe105 100644 --- a/SmartDeviceLink/SDLLifecycleManager.m +++ b/SmartDeviceLink/SDLLifecycleManager.m @@ -154,7 +154,7 @@ - (instancetype)initWithConfiguration:(SDLConfiguration *)configuration delegate SDLLogV(@"Skipping StreamingMediaManager setup due to app type"); } - if (configuration.encryptionConfig != nil) { + if (configuration.encryptionConfig.securityManagers != nil) { _encryptionLifecycleManager = [[SDLEncryptionLifecycleManager alloc] initWithConnectionManager:self configuration:_configuration.encryptionConfig]; } diff --git a/SmartDeviceLink/SDLTextAndGraphicManager.m b/SmartDeviceLink/SDLTextAndGraphicManager.m index fcd83432d..0e484176f 100644 --- a/SmartDeviceLink/SDLTextAndGraphicManager.m +++ b/SmartDeviceLink/SDLTextAndGraphicManager.m @@ -700,7 +700,6 @@ - (nullable SDLArtwork *)blankArtwork { - (void)sdl_displayCapabilityDidUpdate:(SDLSystemCapability *)systemCapability { // we won't use the object in the parameter but the convenience method of the system capability manager - NSLog(@"PING"); self.windowCapability = self.systemCapabilityManager.defaultMainWindowCapability; // Auto-send an updated show