diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-08-01 18:19:33 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-08-01 18:19:33 (GMT) |
| commit | f9319dfb91a38c773b4af221f2fd0d975cf061f2 (patch) | |
| tree | 5b0a288ebff3f711c8350c21c33c3d88587f0e65 /src | |
| parent | a618f43b4d8b1d0868c37e10193d3c95ce080040 (diff) | |
Remove leftover
Diffstat (limited to 'src')
| -rw-r--r-- | src/systemtask/SystemTask.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index 7426ac2..3553f44 100644 --- a/src/systemtask/SystemTask.cpp +++ b/src/systemtask/SystemTask.cpp @@ -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: |
