Loading services/core/java/com/android/server/notification/NotificationManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -2585,6 +2585,9 @@ public class NotificationManagerService extends SystemService { } } if (summaryRecord != null) { synchronized (mEnqueuedNotifications) { mEnqueuedNotifications.add(summaryRecord); } mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord)); } } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -2585,6 +2585,9 @@ public class NotificationManagerService extends SystemService { } } if (summaryRecord != null) { synchronized (mEnqueuedNotifications) { mEnqueuedNotifications.add(summaryRecord); } mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord)); } } Loading