only activate the timeout on call notification previews after they have been interacted with
This commit is contained in:
parent
d13dd6dee3
commit
5da65494b3
3 changed files with 31 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue