summaryrefslogtreecommitdiff
path: root/src/systemtask
diff options
context:
space:
mode:
authorFlorian Kraupa <fgrauper@gmail.com>2021-05-12 22:08:40 (GMT)
committerFlorian Kraupa <fgrauper@gmail.com>2021-05-15 22:42:31 (GMT)
commit5da65494b3da1a69d08f7b7e6c5242f6ce666e32 (patch)
tree29825e69ab6804fe93d5d1cc3233ed3a0d2732b5 /src/systemtask
parentd13dd6dee3e6194a2f3ed2a1adfbbd32ced525a3 (diff)
only activate the timeout on call notification previews after they have been interacted with
Diffstat (limited to 'src/systemtask')
-rw-r--r--src/systemtask/SystemTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp
index 0d43b2f..2b5e7bb 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -226,7 +226,7 @@ void SystemTask::Work() {
if (isSleeping && !isWakingUp)
GoToRunning();
if (notificationManager.GetLastNotification().category == Controllers::NotificationManager::Categories::IncomingCall) {
- motorController.startRunning(50);
+ motorController.startRunning(500);
} else {
motorController.RunForDuration(35);
}