Skip to content

Commit f9319df

Browse files
committed
Remove leftover
1 parent a618f43 commit f9319df

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/systemtask/SystemTask.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,6 @@ void SystemTask::Work() {
266266
if (isSleeping && !isWakingUp) {
267267
GoToRunning();
268268
}
269-
if (notificationManager.GetLastNotification().category == Controllers::NotificationManager::Categories::IncomingCall) {
270-
motorController.StartRinging();
271-
} else {
272-
motorController.RunForDuration(35);
273-
}
274269
displayApp.PushMessage(Pinetime::Applications::Display::Messages::NewNotification);
275270
break;
276271
case Messages::OnTimerDone:

0 commit comments

Comments
 (0)