summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-11-28 15:32:22 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-11-28 15:32:22 -0500
commit0b1b1932d8f84855ea76178ac2563a2faa33affc (patch)
tree672a3d57b3a41c2fa9998d2a4bf757c552a8f7df
parent315e7414b8c48da82a78e8cfbd51c8acd64c5b68 (diff)
downloadsdl_ios-0b1b1932d8f84855ea76178ac2563a2faa33affc.tar.gz
Fix a slip of the keyboard
-rw-r--r--SmartDeviceLink/SDLLockScreenManager.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLLockScreenManager.m b/SmartDeviceLink/SDLLockScreenManager.m
index 49003a675..de9d56f0f 100644
--- a/SmartDeviceLink/SDLLockScreenManager.m
+++ b/SmartDeviceLink/SDLLockScreenManager.m
@@ -59,8 +59,7 @@ NS_ASSUME_NONNULL_BEGIN
self.presenter.lockViewController = nil;
return;
} else if (self.config.customViewController != nil) {
- self.e
- .lockViewController = self.config.customViewController;
+ self.presenter.lockViewController = self.config.customViewController;
} else {
SDLLockScreenViewController *viewController = nil;