diff options
-rw-r--r-- | SmartDeviceLink/SDLLockScreenPresenter.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLLockScreenPresenter.m b/SmartDeviceLink/SDLLockScreenPresenter.m index 655ed3a27..0bb394abf 100644 --- a/SmartDeviceLink/SDLLockScreenPresenter.m +++ b/SmartDeviceLink/SDLLockScreenPresenter.m @@ -34,8 +34,6 @@ NS_ASSUME_NONNULL_BEGIN CGRect screenFrame = [[UIScreen mainScreen] bounds]; _lockWindow = [[UIWindow alloc] initWithFrame:screenFrame]; _lockWindow.backgroundColor = [UIColor clearColor]; - _screenshotViewController = [[SDLScreenshotViewController alloc] init]; - _lockWindow.rootViewController = _screenshotViewController; return self; } |