Skip to content

Commit 360cfbc

Browse files
committed
Maybe it's this easy?
1 parent ad73e1b commit 360cfbc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/libs/QCBOR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 56b17bf9f74096774944bcac0829adcd887d391e

src/libs/date

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9502bc27a3b32fa5759ea82a76c22551620ebcd2

src/systemtask/SystemTask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ void SystemTask::UpdateMotion() {
464464
}
465465
}
466466
if (settingsController.isWakeUpModeOn(Pinetime::Controllers::Settings::WakeUpMode::LowerWrist) && state == SystemTaskState::Running &&
467-
motionController.ShouldLowerSleep()) {
467+
motionController.ShouldLowerSleep() && (settingsController.GetNotificationStatus() != Controllers::Settings::Notification::Sleep)) {
468468
GoToSleep();
469469
}
470470
}

0 commit comments

Comments
 (0)