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 a618f43 commit f9319dfCopy full SHA for f9319df
1 file changed
src/systemtask/SystemTask.cpp
@@ -266,11 +266,6 @@ void SystemTask::Work() {
266
if (isSleeping && !isWakingUp) {
267
GoToRunning();
268
}
269
- if (notificationManager.GetLastNotification().category == Controllers::NotificationManager::Categories::IncomingCall) {
270
- motorController.StartRinging();
271
- } else {
272
- motorController.RunForDuration(35);
273
- }
274
displayApp.PushMessage(Pinetime::Applications::Display::Messages::NewNotification);
275
break;
276
case Messages::OnTimerDone:
0 commit comments