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

Commit 0e4203d7 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Fix autobundling.

Test: manual
Change-Id: I9071b3e52172d152a4ccd685f4fd41944d2e40c9
parent 7c31e6aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2568,6 +2568,9 @@ public class NotificationManagerService extends SystemService {
            }
        }
        if (summaryRecord != null) {
            synchronized (mEnqueuedNotifications) {
                mEnqueuedNotifications.add(summaryRecord);
            }
            mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord));
        }
    }