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

Commit c493fe34 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix autobundling."

parents dae5bc82 0e4203d7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2585,6 +2585,9 @@ public class NotificationManagerService extends SystemService {
            }
        }
        if (summaryRecord != null) {
            synchronized (mEnqueuedNotifications) {
                mEnqueuedNotifications.add(summaryRecord);
            }
            mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord));
        }
    }