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

Commit dedb76b7 authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am 38cf7798: SysUI: Fix bug where ZEN\'d notification wasn\'t updated

* commit '38cf77988ef16a2fafdc581aa563c49e3d266941':
  SysUI: Fix bug where ZEN'd notification wasn't updated
parents 854ed1c4 e3589688
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1108,8 +1108,8 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    }

    @Override
    public void updateNotification(StatusBarNotification notification) {
        super.updateNotification(notification);
    public void updateNotificationInternal(StatusBarNotification notification, Ranking ranking) {
        super.updateNotificationInternal(notification, ranking);
        mIntercepted.update(notification);
    }