Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2070b93 authored by Santhosh Thangaraj's avatar Santhosh Thangaraj
Browse files

Fix for notification delay for assistant time

Test: no new test added NotificationManagerServiceTest

Change-Id: I5c016784b955a06374890527ce133e7b146ae741
parent 152b09f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public class NotificationManagerService extends SystemService {
    private static final int EVENTLOG_ENQUEUE_STATUS_IGNORED = 2;
    private static final long MIN_PACKAGE_OVERRATE_LOG_INTERVAL = 5000; // milliseconds

    private static final long DELAY_FOR_ASSISTANT_TIME = 100;
    private static final long DELAY_FOR_ASSISTANT_TIME = 200;

    private static final String ACTION_NOTIFICATION_TIMEOUT =
            NotificationManagerService.class.getSimpleName() + ".TIMEOUT";