diff options
Diffstat (limited to 'SmartDeviceLink/SDLFocusableItemLocator.m')
-rw-r--r-- | SmartDeviceLink/SDLFocusableItemLocator.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLFocusableItemLocator.m b/SmartDeviceLink/SDLFocusableItemLocator.m index ef1300818..29da5b1af 100644 --- a/SmartDeviceLink/SDLFocusableItemLocator.m +++ b/SmartDeviceLink/SDLFocusableItemLocator.m @@ -39,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN return nil; } - _viewController = streamManager.carWindow.rootViewController; + _viewController = viewController; _connectionManager = connectionManager; _streamManager = streamManager; |