raisewake: Change names in line with the style guide
This commit is contained in:
parent
49ad5be742
commit
e55a76f740
3 changed files with 9 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue