From 605dbde3e1c34cb4ac520c8a3454dde15778b002 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Tue, 4 Jan 2022 11:38:31 -0500 Subject: Slight style change --- SmartDeviceLink/private/SDLLockScreenManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } -- cgit v1.2.1