Remove leftover
This commit is contained in:
parent
a618f43b4d
commit
f9319dfb91
|
@ -266,11 +266,6 @@ void SystemTask::Work() {
|
||||||
if (isSleeping && !isWakingUp) {
|
if (isSleeping && !isWakingUp) {
|
||||||
GoToRunning();
|
GoToRunning();
|
||||||
}
|
}
|
||||||
if (notificationManager.GetLastNotification().category == Controllers::NotificationManager::Categories::IncomingCall) {
|
|
||||||
motorController.StartRinging();
|
|
||||||
} else {
|
|
||||||
motorController.RunForDuration(35);
|
|
||||||
}
|
|
||||||
displayApp.PushMessage(Pinetime::Applications::Display::Messages::NewNotification);
|
displayApp.PushMessage(Pinetime::Applications::Display::Messages::NewNotification);
|
||||||
break;
|
break;
|
||||||
case Messages::OnTimerDone:
|
case Messages::OnTimerDone:
|
||||||
|
|
Loading…
Reference in a new issue