summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-10 10:17:09 -0500
committerGitHub <noreply@github.com>2018-01-10 10:17:09 -0500
commit302b0b4bef512526de9af2a2eae92a4d874a96d0 (patch)
tree8399acddb84df406734207ed9a0dc6ee1cfb3362
parent4c67625dfb3d4052f90885556f58258dd7136dfb (diff)
parent5042a2d57933ea799797a14659beb70d6707d701 (diff)
downloadsdl_ios-302b0b4bef512526de9af2a2eae92a4d874a96d0.tar.gz
Merge pull request #844 from smartdevicelink/bugfix/843_car_window_not_streaming_on_reconnects
Fixed car window not streaming video on reconnects
-rw-r--r--SmartDeviceLink/SDLLockScreenPresenter.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLockScreenPresenter.m b/SmartDeviceLink/SDLLockScreenPresenter.m
index f72d6d776..60fc82a9c 100644
--- a/SmartDeviceLink/SDLLockScreenPresenter.m
+++ b/SmartDeviceLink/SDLLockScreenPresenter.m
@@ -95,6 +95,7 @@ NS_ASSUME_NONNULL_BEGIN
return;
} else if (appWindow.isKeyWindow) {
SDLLogW(@"Attempted to dismiss lock screen, but it is already dismissed");
+ return;
}
// Let us know we are about to dismiss.