Merge "Fix autobundling."
This commit is contained in:
committed by
Android (Google) Code Review
commit
c493fe34bb
@@ -2585,6 +2585,9 @@ public class NotificationManagerService extends SystemService {
|
||||
}
|
||||
}
|
||||
if (summaryRecord != null) {
|
||||
synchronized (mEnqueuedNotifications) {
|
||||
mEnqueuedNotifications.add(summaryRecord);
|
||||
}
|
||||
mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user