Merge "Fix autobundling."

This commit is contained in:
TreeHugger Robot
2017-01-12 21:49:32 +00:00
committed by Android (Google) Code Review

View File

@@ -2585,6 +2585,9 @@ public class NotificationManagerService extends SystemService {
}
}
if (summaryRecord != null) {
synchronized (mEnqueuedNotifications) {
mEnqueuedNotifications.add(summaryRecord);
}
mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord));
}
}