summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLockScreenManager.m
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-09-07 08:31:09 -0400
committerNicoleYarroch <nicole@livio.io>2018-09-07 08:31:09 -0400
commit914360e56fd8b95859e927d669d7facfd5e8ae18 (patch)
tree22f974e83eebe37bd1e13f6952e5ceb51a0a7cda /SmartDeviceLink/SDLLockScreenManager.m
parente3fe48b083c6af75d9b1019e696592d5e5045a0c (diff)
downloadsdl_ios-914360e56fd8b95859e927d669d7facfd5e8ae18.tar.gz
Fixed comment formatting
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink/SDLLockScreenManager.m')
-rw-r--r--SmartDeviceLink/SDLLockScreenManager.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLLockScreenManager.m b/SmartDeviceLink/SDLLockScreenManager.m
index 10ae5a2ef..692505a1e 100644
--- a/SmartDeviceLink/SDLLockScreenManager.m
+++ b/SmartDeviceLink/SDLLockScreenManager.m
@@ -142,8 +142,6 @@ NS_ASSUME_NONNULL_BEGIN
[self.presenter present];
} else if (self.presenter.presented && [self.class sdl_canDismissLockScreenWithLockScreenStatus:self.lastLockNotification previousHMILevel:self.previousHMILevel showInOptionalState:self.config.showInOptionalState]) {
[self.presenter dismiss];
- } else {
- NSLog(@"boo");
}
} else if ([self.lastLockNotification.lockScreenStatus isEqualToEnum:SDLLockScreenStatusOff]) {
if (self.presenter.presented) {
@@ -153,7 +151,7 @@ NS_ASSUME_NONNULL_BEGIN
}
/**
- * Checks if the lock screen can be dismissed. If the the app is currently in the "lock screen optional" state and the `showInOptionalState` has been set to true, then the lock screen should not be dismissed.
+ * Checks if the lock screen can be dismissed. If the the app is currently in the "lock screen optional" state and the `showInOptionalState` has been set to true, then the lock screen should not be dismissed.
*
* @param lockScreenStatus The most recent lock screen status received from SDL Core
* @param previousHMILevel The previous `hmiLevel`