raisewake: Change names in line with the style guide

This commit is contained in:
Finlay Davidson 2023-03-05 15:34:03 +01:00 committed by Riku Isokoski
parent 49ad5be742
commit e55a76f740
3 changed files with 9 additions and 9 deletions

View file

@ -468,7 +468,7 @@ void SystemTask::UpdateMotion() {
if (settingsController.GetNotificationStatus() != Controllers::Settings::Notification::Sleep) {
if ((settingsController.isWakeUpModeOn(Pinetime::Controllers::Settings::WakeUpMode::RaiseWrist) &&
motionController.Should_RaiseWake(state == SystemTaskState::Sleeping)) ||
motionController.ShouldRaiseWake(state == SystemTaskState::Sleeping)) ||
(settingsController.isWakeUpModeOn(Pinetime::Controllers::Settings::WakeUpMode::Shake) &&
motionController.ShouldShakeWake(settingsController.GetShakeThreshold()))) {
GoToRunning();