We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d03125 commit c051f14Copy full SHA for c051f14
1 file changed
src/systemtask/SystemTask.cpp
@@ -235,8 +235,9 @@ void SystemTask::Work() {
235
displayApp->PushMessage(Pinetime::Applications::Display::Messages::NewNotification);
236
break;
237
case Messages::OnTimerDone:
238
- if (isSleeping && !isWakingUp)
+ if (isSleeping && !isWakingUp) {
239
GoToRunning();
240
+ }
241
motorController.SetDuration(35);
242
displayApp->PushMessage(Pinetime::Applications::Display::Messages::TimerDone);
243
0 commit comments