summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-01-04 11:38:31 -0500
committerJoel Fischer <joeljfischer@gmail.com>2022-01-04 11:38:31 -0500
commit605dbde3e1c34cb4ac520c8a3454dde15778b002 (patch)
tree8875f57d751fa35596c4676b056dcedae3f75633
parent8385badef56910acaf021f54aeb8248813c08271 (diff)
downloadsdl_ios-605dbde3e1c34cb4ac520c8a3454dde15778b002.tar.gz
Slight style change
-rw-r--r--SmartDeviceLink/private/SDLLockScreenManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLLockScreenManager.m b/SmartDeviceLink/private/SDLLockScreenManager.m
index fa1d1cad4..a4a626a0c 100644
--- a/SmartDeviceLink/private/SDLLockScreenManager.m
+++ b/SmartDeviceLink/private/SDLLockScreenManager.m
@@ -177,9 +177,9 @@ NS_ASSUME_NONNULL_BEGIN
currentDriverDistraction.lockScreenDismissalEnabled = self.lastDriverDistractionNotification.lockScreenDismissalEnabled;
currentDriverDistraction.lockScreenDismissalWarning = self.lastDriverDistractionNotification.lockScreenDismissalWarning;
}
+ self.lastDriverDistractionNotification = currentDriverDistraction;
// Update dismissible state, then update the lock screen status itself
- self.lastDriverDistractionNotification = currentDriverDistraction;
[self sdl_updateLockScreenDismissable];
[self.statusManager updateDriverDistractionState:currentDriverDistraction];
}