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

Commit 1205d16e authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Clear notifications properly on ACTION_USER_STOPPED." into jb-mr1-dev

parents 31fed737 078a490c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1240,7 +1240,7 @@ public class NotificationManagerService extends INotificationManager.Stub
                if ((r.notification.flags & mustNotHaveFlags) != 0) {
                    continue;
                }
                if (!r.pkg.equals(pkg)) {
                if (pkg != null && !r.pkg.equals(pkg)) {
                    continue;
                }
                canceledSomething = true;