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

Commit 50d82584 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am e00913eb: am a0e0d580: Merge "Removing a notification that isn\'t there...

am e00913eb: am a0e0d580: Merge "Removing a notification that isn\'t there isn\'t a big deal." into jb-dev

* commit 'e00913eb':
  Removing a notification that isn't there isn't a big deal.
parents 0f128d5d e00913eb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -489,7 +489,8 @@ public class StatusBarManagerService extends IStatusBarService.Stub
        synchronized (mNotifications) {
            final StatusBarNotification n = mNotifications.remove(key);
            if (n == null) {
                throw new IllegalArgumentException("removeNotification key not found: " + key);
                Slog.e(TAG, "removeNotification key not found: " + key);
                return;
            }
            if (mBar != null) {
                try {