summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SmartDeviceLink/SDLLockScreenPresenter.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLockScreenPresenter.m b/SmartDeviceLink/SDLLockScreenPresenter.m
index ee8fe3faa..263b097b0 100644
--- a/SmartDeviceLink/SDLLockScreenPresenter.m
+++ b/SmartDeviceLink/SDLLockScreenPresenter.m
@@ -55,6 +55,7 @@ NS_ASSUME_NONNULL_BEGIN
// We then move the lockWindow to the original appWindow location.
self.lockWindow.frame = appWindow.bounds;
+ [self.screenshotViewController loadScreenshotOfWindow:appWindow];
[self.lockWindow makeKeyAndVisible];
// And present the lock screen.