Remove leftover

main
Riku Isokoski 2021-08-01 21:19:33 +07:00
parent a618f43b4d
commit f9319dfb91
1 changed files with 0 additions and 5 deletions

@ -266,11 +266,6 @@ void SystemTask::Work() {
if (isSleeping && !isWakingUp) {
GoToRunning();
}
if (notificationManager.GetLastNotification().category == Controllers::NotificationManager::Categories::IncomingCall) {
motorController.StartRinging();
} else {
motorController.RunForDuration(35);
}
displayApp.PushMessage(Pinetime::Applications::Display::Messages::NewNotification);
break;
case Messages::OnTimerDone: