summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/private/SDLLockScreenManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/private/SDLLockScreenManager.m')
-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];
}